Browse Source

Mute org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores #127787

elasticsearchmachine 5 tháng trước cách đây
mục cha
commit
237eab092c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      muted-tests.yml

+ 3 - 0
muted-tests.yml

@@ -458,3 +458,6 @@ tests:
 - class: org.elasticsearch.test.index.IndexVersionUtilsTests
   method: testIndexCompatibleVersionMatches
   issue: https://github.com/elastic/elasticsearch/issues/120760
+- class: org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT
+  method: testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores
+  issue: https://github.com/elastic/elasticsearch/issues/127787