[CI] Muting two methods in IndexShardTests

Relates to #35850
This commit is contained in:
Christoph Büscher 2018-11-23 14:28:02 +01:00
parent d01436de3c
commit 88d862e69f
1 changed files with 2 additions and 0 deletions

View File

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