Skip to content

Commit b2156fd

Browse files
committed
Update test_serverless.py
1 parent 42fdd2b commit b2156fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integ/test_serverless.py

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def test_lambda(image_uri, role, client, repository_exists):
5353
if not repository_exists:
5454
pytest.skip("The container image required to run this test does not exist.")
5555

56-
pytest.fail("This test should fail!")
57-
5856
model = LambdaModel(image_uri=image_uri, role=role, client=client)
5957

6058
predictor = model.deploy(

0 commit comments

Comments
 (0)