瀏覽代碼

Mute analytics usage upgrading tests (#55382)

Relates #55378
Relates #55181
Tanguy Leroux 5 年之前
父節點
當前提交
803cedb683

+ 2 - 2
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/100_analytics_usage.yml

@@ -19,8 +19,8 @@ setup:
 ---
 "Basic test for usage stats on analytics indices":
   - skip:
-      version: " - 7.7.99"
-      reason:  "stats are not working in earlier versions"
+      version: "all"
+      reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/55378"
   - do:
       xpack.info: {}
   - match: { features.analytics.available: true }