Skip to content

Commit c20d1dc

Browse files
committed
Mute some indices.rollover YAML tests
Follows on from 1e9e73a, awaiting the merge of #27863
1 parent 167f5ee commit c20d1dc

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

rest-api-spec/src/main/resources/rest-api-spec/test/indices.rollover/10_basic.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
"Rollover index via API":
3+
- skip:
4+
version: "all"
5+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/pull/27863"
6+
37
# create index with alias
48
- do:
59
indices.create:
@@ -77,7 +81,7 @@
7781
"Rollover no condition matched":
7882
- skip:
7983
version: "all"
80-
reason: "AwaitsFix - Fails complaining of negative BytesSizeValue"
84+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/pull/27863"
8185

8286
# create index with alias
8387
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.rollover/20_max_doc_condition.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
"Max docs rollover conditions matches only primary shards":
33
- skip:
4-
version: "- 5.4.1"
5-
reason: "matching docs changed from all shards to primary shards"
4+
version: "all"
5+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/pull/27863"
66

77
# create index with alias and replica
88
- do:

0 commit comments

Comments
 (0)