Skip to content

Commit 431f4f0

Browse files
committed
Move AwaitsFix for #105543
1 parent e86c2ac commit 431f4f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionBreakerIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.xpack.esql.action;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.ElasticsearchException;
1112
import org.elasticsearch.ExceptionsHelper;
1213
import org.elasticsearch.action.DocWriteResponse;
@@ -34,6 +35,7 @@
3435
import static org.hamcrest.Matchers.equalTo;
3536
import static org.hamcrest.Matchers.instanceOf;
3637

38+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105543")
3739
@TestLogging(value = "org.elasticsearch.xpack.esql:TRACE", reason = "debug")
3840
public class EsqlActionBreakerIT extends EsqlActionIT {
3941

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,6 @@ public void testStatsNestFields() {
13161316
}
13171317
}
13181318

1319-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105543")
13201319
public void testStatsMissingFieldWithStats() {
13211320
final String node1, node2;
13221321
if (randomBoolean()) {

0 commit comments

Comments
 (0)