From df36d1c2e040efaf88dd5c3fa59d30167e15ca5f Mon Sep 17 00:00:00 2001 From: David Kyle Date: Tue, 17 Jul 2018 10:34:45 +0100 Subject: [PATCH] =?UTF-8?q?Mute=20:qa:mixed-cluster=20indices.stats/10=5Fi?= =?UTF-8?q?ndex/Index=20-=20all=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qa/mixed-cluster/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/mixed-cluster/build.gradle b/qa/mixed-cluster/build.gradle index 576601166a035..4a58090219225 100644 --- a/qa/mixed-cluster/build.gradle +++ b/qa/mixed-cluster/build.gradle @@ -60,6 +60,7 @@ for (Version version : bwcVersions.wireCompatible) { tasks.getByName("${baseName}#mixedClusterTestRunner").configure { /* To support taking index snapshots, we have to set path.repo setting */ systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo") + systemProperty 'tests.rest.blacklist', ['indices.stats/10_index/Index - all'].join(',') } }