Skip to content

Commit ac6a594

Browse files
committed
Mute failing IndexShard local history test
This test fails reliably with, so this commit mutes that test until a fix is available.
1 parent 8428f9c commit ac6a594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ public void testGlobalCheckpointSync() throws IOException {
10901090
closeShards(replicaShard, primaryShard);
10911091
}
10921092

1093+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40929")
10931094
public void testRestoreLocalHistoryFromTranslogOnPromotion() throws IOException, InterruptedException {
10941095
final IndexShard indexShard = newStartedShard(false);
10951096
final int operations = 1024 - scaledRandomIntBetween(0, 1024);

0 commit comments

Comments
 (0)