Преглед изворни кода

Mute 3 cat/indices segment tests (#82025)

Due to https://github.com/elastic/elasticsearch/issues/82014
David Roberts пре 3 година
родитељ
комит
27a5fcb980

+ 8 - 0
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.segments/10_basic.yml

@@ -25,6 +25,10 @@
 ---
 "Test cat segments output":
 
+  - skip:
+      version: all
+      reason: "@AwaitsFix https://github.com/elastic/elasticsearch/issues/81928"
+
   - do:
       cat.segments: {}
 
@@ -108,6 +112,10 @@
 ---
 "Test cat segments using wildcards":
 
+  - skip:
+      version: all
+      reason: "@AwaitsFix https://github.com/elastic/elasticsearch/issues/81928"
+
   - do:
       indices.create:
         index: foo

+ 4 - 0
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.segments/10_basic.yml

@@ -15,6 +15,10 @@
 ---
 "basic segments test":
 
+  - skip:
+      version: all
+      reason: "@AwaitsFix https://github.com/elastic/elasticsearch/issues/81928"
+
   - do:
       indices.create:
         index: index1