瀏覽代碼

Fix test BWC version after backport

Relates to #27468
Simon Willnauer 8 年之前
父節點
當前提交
8aba7c8bbe
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      rest-api-spec/src/main/resources/rest-api-spec/test/indices.split/10_basic.yml

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