Skip to content

Commit

Permalink
Mute AsyncTwoPhaseIndexerTests#testStateMachine() (#42610)
Browse files Browse the repository at this point in the history
Relates #42084
Relates #42609
  • Loading branch information
danielmitterdorfer authored May 28, 2019
1 parent 1d09367 commit 635ce0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
}
}

@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);
Expand Down

0 comments on commit 635ce0c

Please sign in to comment.