Skip to content

Commit

Permalink
AwaitsFix for #104838
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Jan 27, 2024
1 parent 8927a1a commit 98d0c5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.elasticsearch.xpack.search;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.action.search.ShardSearchFailure;
import org.elasticsearch.common.Strings;
Expand All @@ -26,6 +27,7 @@

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

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

@Override
Expand Down

0 comments on commit 98d0c5f

Please sign in to comment.