Mute AsyncTwoPhaseIndexerTests.testStateMachine
This commit is contained in:
parent
c9ff630a12
commit
fb5d7cf237
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue