Mute AsyncTwoPhaseIndexerTests.testStateMachine

This commit is contained in:
David Kyle 2019-04-08 11:06:24 +01:00
parent c9ff630a12
commit fb5d7cf237
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ public class AsyncTwoPhaseIndexerTests extends ESTestCase {
}
}
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40946")
public void testStateMachine() throws InterruptedException {
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
final ExecutorService executor = Executors.newFixedThreadPool(1);