소스 검색

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

elasticsearchmachine 5 달 전
부모
커밋
237eab092c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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