Skip to content

Commit

Permalink
Mute AsyncTwoPhaseIndexerTests#testStateMachine()
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed May 28, 2019
1 parent e427660 commit ce18b3f
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 ce18b3f

Please sign in to comment.