@@ -120,6 +120,7 @@ def test_tags(action_obj, sagemaker_session):
120
120
assert [actual_tags [- 1 ]] == tags
121
121
122
122
123
+ @pytest .mark .skip ("data inconsistency P61661075" )
123
124
def test_upstream_artifacts (static_model_deployment_action ):
124
125
artifacts_from_query = static_model_deployment_action .artifacts (
125
126
direction = LineageQueryDirectionEnum .ASCENDANTS
@@ -129,6 +130,7 @@ def test_upstream_artifacts(static_model_deployment_action):
129
130
assert "artifact" in artifact .artifact_arn
130
131
131
132
133
+ @pytest .mark .skip ("data inconsistency P61661075" )
132
134
def test_downstream_artifacts (static_approval_action ):
133
135
artifacts_from_query = static_approval_action .artifacts (
134
136
direction = LineageQueryDirectionEnum .DESCENDANTS
@@ -138,6 +140,7 @@ def test_downstream_artifacts(static_approval_action):
138
140
assert "artifact" in artifact .artifact_arn
139
141
140
142
143
+ @pytest .mark .skip ("data inconsistency P61661075" )
141
144
def test_datasets (static_approval_action , static_dataset_artifact , sagemaker_session ):
142
145
try :
143
146
sagemaker_session .sagemaker_client .add_association (
@@ -165,6 +168,7 @@ def test_datasets(static_approval_action, static_dataset_artifact, sagemaker_ses
165
168
pass
166
169
167
170
171
+ @pytest .mark .skip ("data inconsistency P61661075" )
168
172
def test_endpoints (static_approval_action ):
169
173
endpoint_contexts_from_query = static_approval_action .endpoints ()
170
174
assert len (endpoint_contexts_from_query ) > 0
0 commit comments