Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn authored Oct 5, 2023
1 parent 8552a92 commit 7864b92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.elasticsearch.xpack.esql.action;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.action.ActionFuture;
import org.elasticsearch.cluster.coordination.Coordinator;
import org.elasticsearch.cluster.coordination.FollowersChecker;
Expand All @@ -30,6 +31,7 @@
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;

@ESIntegTestCase.ClusterScope(scope = TEST, minNumDataNodes = 2, maxNumDataNodes = 4)
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100341")
public class EsqlDisruptionIT extends EsqlActionIT {

// copied from AbstractDisruptionTestCase
Expand Down

0 comments on commit 7864b92

Please sign in to comment.