We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f95a9 commit d7b5f96Copy full SHA for d7b5f96
qa/mixed-cluster/build.gradle
@@ -57,7 +57,6 @@ 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
rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/10_index.yml
@@ -41,6 +41,10 @@ setup:
41
42
---
43
"Index - all":
44
+ - skip:
45
+ version: " - 6.3.99"
46
+ reason: "uuid is only available from 6.4.0 on"
47
+
48
- do:
49
indices.stats: { index: _all }
50
0 commit comments