Revert "[TEST] Mute index synced flush rest tests"
The BWC issue was fixed.
This reverts commit f8830b7b43
.
This commit is contained in:
parent
7d44d75774
commit
8cfe619f03
|
@ -80,10 +80,6 @@
|
|||
$/
|
||||
---
|
||||
"Test cat shards output":
|
||||
- skip:
|
||||
# The BWC logic for released 6.0 and 6.1 versions is wrong
|
||||
version: "all"
|
||||
reason: "AwaitsFix'ing, see elasticsearch #29162"
|
||||
|
||||
- do:
|
||||
cat.shards: {}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Index synced flush rest test":
|
||||
- skip:
|
||||
# The BWC logic for released 6.0 and 6.1 versions is wrong
|
||||
version: "all"
|
||||
reason: "AwaitsFix'ing, see elasticsearch #29162"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: testing
|
||||
|
|
Loading…
Reference in New Issue