Skip to content

Commit 49f657b

Browse files
committed
Disable failed test in IR
1 parent a031739 commit 49f657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_inference_recommender.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def test_default_right_size_and_deploy_unregistered_base_model(
395395
predictor.delete_model()
396396
predictor.delete_endpoint()
397397

398-
398+
@pytest.mark.skip(reason="Skipping this test class for now")
399399
@pytest.mark.slow_test
400400
@pytest.mark.flaky(reruns=3, reruns_delay=2)
401401
def test_advanced_right_size_and_deploy_unregistered_model_sklearn(

0 commit comments

Comments
 (0)