Skip to content

Commit be627e9

Browse files
committed
lucene_snapshot: Mute org.elasticsearch.xpack.esql.qa.single_node.PushQueriesIT
1 parent b0268c3 commit be627e9

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/PushQueriesIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import com.carrotsearch.randomizedtesting.annotations.ThreadLeakFilters;
1212
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
1313

14+
import org.apache.lucene.tests.util.LuceneTestCase;
1415
import org.apache.lucene.tests.util.TimeUnits;
1516
import org.elasticsearch.client.Request;
1617
import org.elasticsearch.client.Response;
@@ -53,6 +54,7 @@
5354
*/
5455
@ThreadLeakFilters(filters = TestClustersThreadFilter.class)
5556
@TimeoutSuite(millis = 10 * TimeUnits.MINUTE) // semantic_text can take a long, long time to start in CI
57+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/128506")
5658
public class PushQueriesIT extends ESRestTestCase {
5759
@ClassRule
5860
public static ElasticsearchCluster cluster = Clusters.testCluster();

0 commit comments

Comments
 (0)