Skip to content

Commit da848a1

Browse files
committed
Fix disable description
1 parent b14651f commit da848a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/action/support/master/TransportMasterNodeActionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ protected ClusterBlockException checkBlock(Request request, ClusterState state)
730730
expectThrows(TaskCancelledException.class, listener);
731731
}
732732

733-
@AwaitsFix(bugUrl = "test")
733+
@AwaitsFix(bugUrl = "Depends on there being a limited number of threads")
734734
public void testTaskCancellationOnceActionItIsDispatchedToMaster() throws Exception {
735735
TaskManager taskManager = new TaskManager(Settings.EMPTY, threadPool, Collections.emptySet());
736736

0 commit comments

Comments
 (0)