Skip to content

Commit fb5d7cf

Browse files
committed
Mute AsyncTwoPhaseIndexerTests.testStateMachine
1 parent c9ff630 commit fb5d7cf

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
206206
}
207207
}
208208

209+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40946")
209210
public void testStateMachine() throws InterruptedException {
210211
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
211212
final ExecutorService executor = Executors.newFixedThreadPool(1);

0 commit comments

Comments
 (0)