Skip to content

Commit

Permalink
Mute DelayedAllocationServiceTests
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Mar 1, 2022
1 parent 26778df commit 270ccf4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ public void testDelayedUnassignedScheduleRerouteAfterDelayedReroute() throws Exc
verifyNoMoreInteractions(clusterService);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84520")
public void testDelayedUnassignedScheduleRerouteRescheduledOnShorterDelay() throws Exception {
TimeValue delaySetting = timeValueSeconds(30);
TimeValue shorterDelaySetting = timeValueMillis(100);
Expand Down

0 comments on commit 270ccf4

Please sign in to comment.