Mute AsyncTwoPhaseIndexerTests#testStateMachine() (#42610)

Relates #42084
Relates #42609
This commit is contained in:
Daniel Mitterdorfer 2019-05-28 10:20:22 +02:00 committed by GitHub
parent 1d09367a82
commit 635ce0ca6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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