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