Skip to content

Commit

Permalink
AwaitsFix for elastic#102257
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Nov 18, 2023
1 parent 5a2cb35 commit a8bd0b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

package org.elasticsearch.search;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.action.ActionFuture;
import org.elasticsearch.action.search.MultiSearchAction;
Expand Down Expand Up @@ -50,6 +51,7 @@
import static org.hamcrest.Matchers.notNullValue;

@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE)
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102257")
public class SearchCancellationIT extends AbstractSearchCancellationTestCase {

@Override
Expand Down

0 comments on commit a8bd0b2

Please sign in to comment.