mute NodeTests#testCloseOnInterruptibleTask

For #41448
This commit is contained in:
Andy Bristol 2019-05-01 13:16:00 -07:00
parent 39b0b5809d
commit b9e44288d3
1 changed files with 1 additions and 0 deletions

View File

@ -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();