Skip to content

Commit b37bea6

Browse files
committed
Fix format
1 parent cd8233b commit b37bea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_inference_recommender.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def test_default_right_size_and_deploy_unregistered_base_model(
395395
predictor.delete_model()
396396
predictor.delete_endpoint()
397397

398+
398399
@pytest.mark.slow_test
399400
@pytest.mark.flaky(reruns=3, reruns_delay=2)
400401
def test_advanced_right_size_and_deploy_unregistered_model_sklearn(
@@ -417,6 +418,7 @@ def test_advanced_right_size_and_deploy_unregistered_model_sklearn(
417418
predictor.delete_model()
418419
predictor.delete_endpoint()
419420

421+
420422
@pytest.mark.skip(reason="Skipping this test class for now")
421423
@pytest.mark.slow_test
422424
@pytest.mark.flaky(reruns=3, reruns_delay=2)

0 commit comments

Comments
 (0)