We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049966a commit b655c11Copy full SHA for b655c11
qa/mixed-cluster/build.gradle
@@ -57,6 +57,7 @@ for (Version version : bwcVersions.wireCompatible) {
57
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
58
/* To support taking index snapshots, we have to set path.repo setting */
59
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
60
+ systemProperty 'tests.rest.blacklist', ['indices.stats/10_index/Index - all'].join(',')
61
}
62
63
0 commit comments