Skip to content

Commit

Permalink
[ML] Unmute model deployment BWC tests
Browse files Browse the repository at this point in the history
The failure of elastic#103808 might be fixed by the upgrade to PyTorch 2.1.2.
It's not good that we have this entire suite muted, so I'll try
unmuting for a bit and see if we get any repeat failures.
  • Loading branch information
droberts195 committed Feb 22, 2024
1 parent dee0be5 commit 2720e33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import com.carrotsearch.randomizedtesting.annotations.Name;

import org.apache.http.util.EntityUtils;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
import org.elasticsearch.client.ResponseException;
Expand All @@ -37,7 +36,6 @@
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 2720e33

Please sign in to comment.