File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/cluster/coordination Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 77 */
88package org .elasticsearch .cluster .coordination ;
99
10+ import org .apache .lucene .util .LuceneTestCase ;
1011import org .elasticsearch .action .admin .cluster .configuration .AddVotingConfigExclusionsAction ;
1112import org .elasticsearch .action .admin .cluster .configuration .AddVotingConfigExclusionsRequest ;
1213import org .elasticsearch .action .admin .cluster .configuration .ClearVotingConfigExclusionsAction ;
6061import 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" )
6365public class Zen1IT extends ESIntegTestCase {
6466
6567 private static Settings ZEN1_SETTINGS = Coordinator .addZen1Attribute (true , Settings .builder ()
You can’t perform that action at this time.
0 commit comments