Skip to content

Commit 723f57a

Browse files
committed
Mutes org.elasticsearch.xpack.ccr.action.ShardChangesTests
testMissingOperations
1 parent d5e2ed9 commit 723f57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/ShardChangesTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public void testGetOperationsBasedOnGlobalSequenceId() throws Exception {
8787
assertThat(operation.id(), equalTo("5"));
8888
}
8989

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

0 commit comments

Comments
 (0)