AwaitsFix IntegTestZipClientYamlTestSuiteIT#indices.split tests

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: https://github.com/elastic/elasticsearch/issues/30503
This commit is contained in:
Tal Levy 2018-05-09 18:25:25 -07:00
parent b4502dbf74
commit 34f92df2d3
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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: