Skip to content

Commit b7de8e1

Browse files
committed
Mute failing test
Tracking elastic#38100
1 parent f15d7b9 commit b7de8e1

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/CcrRepositoryIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public void testThatRepositoryRecoversEmptyIndexBasedOnLeaderSettings() throws I
169169
assertNotEquals(leaderMetadata.getIndexUUID(), followerMetadata.getIndexUUID());
170170
}
171171

172+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38100")
172173
public void testDocsAreRecovered() throws Exception {
173174
String leaderClusterRepoName = CcrRepository.NAME_PREFIX + "leader_cluster";
174175
String leaderIndex = "index1";

0 commit comments

Comments
 (0)