Skip to content

Commit

Permalink
Disable failed test in IR (aws#4345)
Browse files Browse the repository at this point in the history
* Disable failed test in IR

* Fix format

---------

Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
  • Loading branch information
ruiliann666 and ruiliann666 authored Dec 23, 2023
1 parent ce61589 commit 38a9893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/test_inference_recommender.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def test_advanced_right_size_and_deploy_unregistered_model_sklearn(
predictor.delete_endpoint()


@pytest.mark.skip(reason="Skipping this test class for now")
@pytest.mark.slow_test
@pytest.mark.flaky(reruns=3, reruns_delay=2)
def test_advanced_right_size_and_deploy_registered_model_sklearn(
Expand Down

0 comments on commit 38a9893

Please sign in to comment.