Mute failing IndexShard local history test

This test fails reliably with, so this commit mutes that test until a
fix is available.
This commit is contained in:
Jason Tedor 2019-04-07 10:16:35 -04:00
parent 6900399144
commit 4163e59768
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 0 deletions

View File

@ -1090,6 +1090,7 @@ public class IndexShardTests extends IndexShardTestCase {
closeShards(replicaShard, primaryShard);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40929")
public void testRestoreLocalHistoryFromTranslogOnPromotion() throws IOException, InterruptedException {
final IndexShard indexShard = newStartedShard(false);
final int operations = 1024 - scaledRandomIntBetween(0, 1024);