Skip to content

Commit ea30a54

Browse files
committed
Mute tests for #76847
1 parent 844af73 commit ea30a54

File tree

1 file changed

+2
-0
lines changed
  • server/src/internalClusterTest/java/org/elasticsearch/cluster/coordination

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/cluster/coordination/Zen1IT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88
package org.elasticsearch.cluster.coordination;
99

10+
import org.apache.lucene.util.LuceneTestCase;
1011
import org.elasticsearch.action.admin.cluster.configuration.AddVotingConfigExclusionsAction;
1112
import org.elasticsearch.action.admin.cluster.configuration.AddVotingConfigExclusionsRequest;
1213
import org.elasticsearch.action.admin.cluster.configuration.ClearVotingConfigExclusionsAction;
@@ -60,6 +61,7 @@
6061
import static org.hamcrest.Matchers.is;
6162

6263
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
64+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76847")
6365
public class Zen1IT extends ESIntegTestCase {
6466

6567
private static Settings ZEN1_SETTINGS = Coordinator.addZen1Attribute(true, Settings.builder()

0 commit comments

Comments
 (0)