Skip to content

Commit

Permalink
Mute AsyncTwoPhaseIndexerTests.testStateMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Apr 8, 2019
1 parent a158d91 commit 80c7c0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
}
}

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

0 comments on commit 80c7c0e

Please sign in to comment.