We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3c0db commit 4bd9de2Copy full SHA for 4bd9de2
qa/mixed-cluster/build.gradle
@@ -60,7 +60,6 @@ for (Version version : bwcVersions.wireCompatible) {
60
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
61
/* To support taking index snapshots, we have to set path.repo setting */
62
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
63
- systemProperty 'tests.rest.blacklist', ['indices.stats/10_index/Index - all'].join(',')
64
}
65
66
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