Skip to content

Commit f2d5e41

Browse files
Fix: Temporarily disable failing lineage tests (#3421)
* Fix: Temporarily disable failing lineage tests * Pin schema dependency version Co-authored-by: Clayton Parnell <[email protected]>
1 parent 0914f17 commit f2d5e41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sphinx-rtd-theme==0.5.0
33
docutils==0.15.2
44
packaging==20.9
55
jinja2<3.1
6-
schema
6+
schema==0.7.5

tests/integ/sagemaker/lineage/test_endpoint_context.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
SLEEP_TIME_THREE_SECONDS = 3
2121

2222

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

3132

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

0 commit comments

Comments
 (0)