We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42cad64 + 98d0c5f commit 99e4fceCopy full SHA for 99e4fce
x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncStatusResponseTests.java
@@ -7,6 +7,7 @@
7
8
package org.elasticsearch.xpack.search;
9
10
+import org.apache.lucene.tests.util.LuceneTestCase;
11
import org.elasticsearch.action.search.SearchResponse;
12
import org.elasticsearch.action.search.ShardSearchFailure;
13
import org.elasticsearch.common.Strings;
@@ -26,6 +27,7 @@
26
27
28
import static org.elasticsearch.xpack.core.async.GetAsyncResultRequestTests.randomSearchId;
29
30
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104838")
31
public class AsyncStatusResponseTests extends AbstractWireSerializingTestCase<AsyncStatusResponse> {
32
33
@Override
0 commit comments