Skip to content

Commit

Permalink
Mute tests that will fail without the corresponding C++ change
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Aug 3, 2022
1 parent 5a5442a commit bb7fd51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
* torch.jit.save(traced_model, "simplemodel.pt")
* ## End Python
*/
@ESRestTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/2376")
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 @@ -76,6 +76,8 @@ setup:
---
"Test start and stop deployment with cache":
- skip:
version: all
reason: "@AwaitsFix https://github.com/elastic/ml-cpp/pull/2376"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize;

@AbstractFullClusterRestartTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/2376")
public class MLModelDeploymentFullClusterRestartIT extends AbstractFullClusterRestartTestCase {

// See PyTorchModelIT for how this model was created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize;

@AbstractUpgradeTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/ml-cpp/pull/2376")
public class MLModelDeploymentsUpgradeIT extends AbstractUpgradeTestCase {

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

0 comments on commit bb7fd51

Please sign in to comment.