Skip to content

Commit

Permalink
[TEST] Mute index synced flush rest tests
Browse files Browse the repository at this point in the history
Awaiting fix of #29162
  • Loading branch information
droberts195 committed Mar 21, 2018
1 parent c06b7ab commit fc91822
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
$/
---
"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: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
"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
Expand Down

0 comments on commit fc91822

Please sign in to comment.