Skip to content

Commit

Permalink
AwaitsFix for #103808
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Jan 2, 2024
1 parent db093cd commit 593be83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.carrotsearch.randomizedtesting.annotations.Name;

import org.apache.http.util.EntityUtils;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
Expand All @@ -36,6 +37,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103808")
public class MLModelDeploymentFullClusterRestartIT extends AbstractXpackFullClusterRestartTestCase {

// See PyTorchModelIT for how this model was created
Expand Down

0 comments on commit 593be83

Please sign in to comment.