Skip to content

Commit c72796c

Browse files
ruiliann666root
authored and
root
committed
Disable failed test in IR (aws#4345)
* Disable failed test in IR * Fix format --------- Co-authored-by: Ruilian Gao <[email protected]>
1 parent db3e28c commit c72796c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_inference_recommender.py

+1
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def test_advanced_right_size_and_deploy_unregistered_model_sklearn(
420420
predictor.delete_endpoint()
421421

422422

423+
@pytest.mark.skip(reason="Skipping this test class for now")
423424
@pytest.mark.slow_test
424425
@pytest.mark.flaky(reruns=3, reruns_delay=2)
425426
def test_advanced_right_size_and_deploy_registered_model_sklearn(

0 commit comments

Comments
 (0)