Skip to content

Commit

Permalink
AwaitsFix IntegTestZipClientYamlTestSuiteIT#indices.split tests
Browse files Browse the repository at this point in the history
there are two tests that have failed multiple times in one day on windows CI.

This commit AwaitsFixes them until their timeout issues are resolved.

tracking here: #30503
  • Loading branch information
talevy committed May 10, 2018
1 parent b4502db commit 34f92df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,13 @@ setup:

---
"Split from 1 to N":
# - skip:
# version: " - 6.99.99"
# reason: Added in 7.0.0
# uncomment once AwaitsFix is resolved
- skip:
version: " - 6.99.99"
reason: Added in 7.0.0
version: "all"
reason: "AwaitsFix'ing, see https://github.com/elastic/elasticsearch/issues/30503"
- do:
indices.create:
index: source_one_shard
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
"Split index ignores target template mapping":
# - skip:
# version: " - 6.0.99"
# reason: Added in 6.1.0
# uncomment once AwaitsFix is resolved
- skip:
version: " - 6.0.99"
reason: Added in 6.1.0
version: "all"
reason: "AwaitsFix'ing, see https://github.com/elastic/elasticsearch/issues/30503"

# create index
- do:
Expand Down

0 comments on commit 34f92df

Please sign in to comment.