Skip to content

Commit

Permalink
Mutes org.elasticsearch.xpack.ccr.action.ShardChangesTests
Browse files Browse the repository at this point in the history
testMissingOperations
  • Loading branch information
colings86 committed Nov 7, 2018
1 parent d5e2ed9 commit 723f57a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void testGetOperationsBasedOnGlobalSequenceId() throws Exception {
assertThat(operation.id(), equalTo("5"));
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35333")
public void testMissingOperations() {
client().admin().indices().prepareCreate("index")
.setSettings(Settings.builder()
Expand Down

0 comments on commit 723f57a

Please sign in to comment.