parent
39b0b5809d
commit
b9e44288d3
|
@ -174,6 +174,7 @@ public class NodeTests extends ESTestCase {
|
|||
shouldRun.set(false);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41448")
|
||||
public void testCloseOnInterruptibleTask() throws Exception {
|
||||
Node node = new MockNode(baseSettings().build(), basePlugins());
|
||||
node.start();
|
||||
|
|
Loading…
Reference in New Issue