Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sphinx-rtd-theme==0.5.0
docutils==0.15.2
packaging==20.9
jinja2<3.1
schema
schema==0.7.5
2 changes: 2 additions & 0 deletions tests/integ/sagemaker/lineage/test_endpoint_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
SLEEP_TIME_THREE_SECONDS = 3


@pytest.mark.skip("recurring failures due to existing ARN V739948996")
def test_model(endpoint_context_associate_with_model, model_obj, endpoint_action_obj):
model_list = endpoint_context_associate_with_model.models()
for model in model_list:
Expand All @@ -29,6 +30,7 @@ def test_model(endpoint_context_associate_with_model, model_obj, endpoint_action
assert model.destination_type == "Model"


@pytest.mark.skip("recurring failures due to existing ARN V739948996")
def test_model_v2(endpoint_context_associate_with_model, model_obj, sagemaker_session):
time.sleep(SLEEP_TIME_ONE_SECONDS)
model_list = endpoint_context_associate_with_model.models_v2()
Expand Down