Skip to content

Commit

Permalink
Move AwaitsFix for #105543
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Feb 15, 2024
1 parent e86c2ac commit 431f4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.ElasticsearchException;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.action.DocWriteResponse;
Expand Down Expand Up @@ -34,6 +35,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.instanceOf;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,6 @@ public void testStatsNestFields() {
}
}

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

0 comments on commit 431f4f0

Please sign in to comment.