Skip to content

Commit

Permalink
Mute ReplicaShardAllocatorSyncIdIT suite
Browse files Browse the repository at this point in the history
Tracked at #51926
  • Loading branch information
dnhatn committed Feb 6, 2020
1 parent 1c3b341 commit 706d310
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
package org.elasticsearch.gateway;

import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.indices.stats.ShardStats;
import org.elasticsearch.cluster.metadata.IndexMetaData;
import org.elasticsearch.cluster.routing.UnassignedInfo;
Expand Down Expand Up @@ -70,6 +71,7 @@
* TODO: Remove this test in 9.0
*/
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51926")
public class ReplicaShardAllocatorSyncIdIT extends ESIntegTestCase {

private static class SyncedFlushEngine extends InternalEngine {
Expand Down Expand Up @@ -126,7 +128,6 @@ private void syncFlush(String index) throws IOException {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51969")
public void testPreferCopyCanPerformNoopRecovery() throws Exception {
String indexName = "test";
String nodeWithPrimary = internalCluster().startNode();
Expand Down

0 comments on commit 706d310

Please sign in to comment.