Skip to content

Commit 56dbfa8

Browse files
committed
Mute DiskThresholdMonitorTests.testDoesNotSubmitRerouteTaskTooFrequently
1 parent f8a7576 commit 56dbfa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/routing/allocation/DiskThresholdMonitorTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ protected void updateIndicesReadOnly(Set<String> indicesToMarkReadOnly, ActionLi
140140
assertEquals(Collections.singleton("test_1"), indices.get());
141141
}
142142

143+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/71424")
143144
public void testDoesNotSubmitRerouteTaskTooFrequently() {
144145
final ClusterState clusterState = ClusterState.builder(ClusterName.CLUSTER_NAME_SETTING.getDefault(Settings.EMPTY))
145146
.nodes(DiscoveryNodes.builder().add(newNode("node1")).add(newNode("node2"))).build();

0 commit comments

Comments
 (0)