Skip to content

Commit 8aba7c8

Browse files
committed
Fix test BWC version after backport
Relates to #27468
1 parent ea35abc commit 8aba7c8

File tree

1 file changed

+2
-5
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.split

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ setup:
103103
---
104104
"Create illegal split indices":
105105
- skip:
106-
version: " - 6.99.99"
107-
reason: fixed in 7.0.0
106+
version: " - 6.0.99"
107+
reason: Added in 6.1.0
108108

109109
# try to do an illegal split with number_of_routing_shards set
110110
- do:
@@ -132,6 +132,3 @@ setup:
132132
settings:
133133
index.number_of_replicas: 0
134134
index.number_of_shards: 3
135-
136-
137-

0 commit comments

Comments
 (0)