We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fdd2b commit b2156fdCopy full SHA for b2156fd
tests/integ/test_serverless.py
@@ -53,8 +53,6 @@ def test_lambda(image_uri, role, client, repository_exists):
53
if not repository_exists:
54
pytest.skip("The container image required to run this test does not exist.")
55
56
- pytest.fail("This test should fail!")
57
-
58
model = LambdaModel(image_uri=image_uri, role=role, client=client)
59
60
predictor = model.deploy(
0 commit comments