Skip to content

Commit 777be09

Browse files
Mute AsyncTwoPhaseIndexerTests#testStateMachine() (#42609)
Relates #42084
1 parent 578c05e commit 777be09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/indexing/AsyncTwoPhaseIndexerTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
225225
}
226226
}
227227

228+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42084")
228229
public void testStateMachine() throws Exception {
229230
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
230231
final ExecutorService executor = Executors.newFixedThreadPool(1);

0 commit comments

Comments
 (0)