mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Mute AsyncTwoPhaseIndexerTests#testStateMachine() (#42610)
Relates #42084 Relates #42609
This commit is contained in:
parent
1d09367a82
commit
635ce0ca6d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user