Skip to content

Commit

Permalink
Mute AllocationRoutedStepTests.testExecuteAllocateUnassigned
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Aug 18, 2021
1 parent 8baa753 commit 241dae9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public void testExecuteAllocateNotCompleteOnlyOneCopyAllocated() throws Exceptio
new ClusterStateWaitStep.Result(false, allShardsActiveAllocationInfo(0, 1)));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76633")
public void testExecuteAllocateUnassigned() throws Exception {
Index index = new Index(randomAlphaOfLengthBetween(1, 20), randomAlphaOfLengthBetween(1, 20));
Map<String, String> includes = AllocateActionTests.randomAllocationRoutingMap(1, 5);
Expand Down

0 comments on commit 241dae9

Please sign in to comment.