Browse Source

Fix test BWC version after backport

Relates to #27468
Simon Willnauer 8 years ago
parent
commit
8aba7c8bbe

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

@@ -103,8 +103,8 @@ setup:
 ---
 "Create illegal split indices":
   - skip:
-      version: " - 6.99.99"
-      reason: fixed in 7.0.0
+      version: " - 6.0.99"
+      reason: Added in 6.1.0
 
   # try to do an illegal split with number_of_routing_shards set
   - do:
@@ -132,6 +132,3 @@ setup:
           settings:
             index.number_of_replicas: 0
             index.number_of_shards: 3
-
-
-