Skip to content

Commit 1268d6a

Browse files
authored
fix: Mark test_create_model_package test for xfail (#3730)
1 parent 4af8091 commit 1268d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_marketplace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def iris_image(sagemaker_session):
233233
_delete_repository(ecr_client, algorithm_name)
234234

235235

236+
@pytest.mark.xfail(reason="marking this for xfail until we work on the test failure to be fixed")
236237
def test_create_model_package(sagemaker_session, boto_session, iris_image):
237238
MODEL_NAME = "iris-classifier-mp"
238239
# Prepare

0 commit comments

Comments
 (0)