Переглянути джерело

[TEST] Skip term / int partitioning tests in bwc tests pre 5.2.0

Simon Willnauer 8 роки тому
батько
коміт
b7bcb5bb3a

+ 10 - 0
rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/20_terms.yaml

@@ -354,6 +354,11 @@ setup:
 
 ---
 "Partitioned string test":
+
+  - skip:
+    version: " - 5.1.99"
+    reason:  Partitioning is a 5.2.0 feature
+    
   - do:
       index:
         index: test_1
@@ -408,6 +413,11 @@ setup:
 
 ---
 "Partitioned integer test":
+
+  - skip:
+    version: " - 5.1.99"
+    reason:  Partitioning is a 5.2.0 feature
+
   - do:
       index:
         index: test_1