Skip to content

Disable failed test in IR #4345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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