Skip to content

Commit

Permalink
Revert "[ML] Mute PyTorch tests (elastic#86263)"
Browse files Browse the repository at this point in the history
This reverts commit 74d86b5.
  • Loading branch information
davidkyle committed May 5, 2022
1 parent 1c86ee2 commit 112dc4c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public void cleanUpAfterTest() {
cleanUp();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/2258")
public void testMemoryStats() throws Exception {

deployTrainedModel();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
package org.elasticsearch.xpack.ml.integration;

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 Down Expand Up @@ -75,8 +74,6 @@
* torch.jit.save(traced_model, "simplemodel.pt")
* ## End Python
*/

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/2258")
public class PyTorchModelIT extends ESRestTestCase {

private static final String BASIC_AUTH_VALUE_SUPER_USER = UsernamePasswordToken.basicAuthHeaderValue(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public void testMLFeatureResetFailureDueToPipelines() throws Exception {
assertThat(isResetMode(), is(false));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/2258")
public void testMLFeatureResetWithModelDeployment() throws Exception {
createModelDeployment();
client().execute(ResetFeatureStateAction.INSTANCE, new ResetFeatureStateRequest()).actionGet();
Expand Down

0 comments on commit 112dc4c

Please sign in to comment.