Skip to content

Commit

Permalink
Mute testTaskCancellationOnCoordinatingNodeLeavingTheCluster
Browse files Browse the repository at this point in the history
Tracked at #66518
  • Loading branch information
dnhatn committed Dec 17, 2020
1 parent c40c29e commit 66a99b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ public void testRegisterAndExecuteChildTaskWhileParentTaskIsBeingCanceled() thro
assertTrue("onChildTasksCompleted() is not invoked", latch.await(1, TimeUnit.SECONDS));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66518")
public void testTaskCancellationOnCoordinatingNodeLeavingTheCluster() throws Exception {
setupTestNodes(Settings.EMPTY);
connectNodes(testNodes);
Expand Down

0 comments on commit 66a99b5

Please sign in to comment.