File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ for (Version version : bwcVersions.wireCompatible) {
6060 tasks. getByName(" ${ baseName} #mixedClusterTestRunner" ). configure {
6161 /* To support taking index snapshots, we have to set path.repo setting */
6262 systemProperty ' tests.path.repo' , new File (buildDir, " cluster/shared/repo" )
63- systemProperty ' tests.rest.blacklist' , [' indices.stats/10_index/Index - all' ]. join(' ,' )
6463 }
6564}
6665
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ setup:
4141
4242---
4343" Index - all " :
44+ - skip :
45+ version : " - 6.3.99"
46+ reason : " uuid is only available from 6.4.0 on"
47+
4448 - do :
4549 indices.stats : { index: _all }
4650
You can’t perform that action at this time.
0 commit comments