Skip to content

Commit 99e4fce

Browse files
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents 42cad64 + 98d0c5f commit 99e4fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncStatusResponseTests.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.search;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.action.search.SearchResponse;
1112
import org.elasticsearch.action.search.ShardSearchFailure;
1213
import org.elasticsearch.common.Strings;
@@ -26,6 +27,7 @@
2627

2728
import static org.elasticsearch.xpack.core.async.GetAsyncResultRequestTests.randomSearchId;
2829

30+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104838")
2931
public class AsyncStatusResponseTests extends AbstractWireSerializingTestCase<AsyncStatusResponse> {
3032

3133
@Override

0 commit comments

Comments
 (0)