Skip to content

Commit 9bca72b

Browse files
authored
Merge branch 'master' into dependabot-apache-airflow
2 parents 9cc1b12 + a414542 commit 9bca72b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integ/sagemaker/serve/test_serve_pt_happy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def model_builder(request):
181181
# ), f"{caught_ex} was thrown when running pytorch squeezenet local container test"
182182

183183

184+
@pytest.mark.skip(reason="Failing test. Fix is pending.")
184185
@pytest.mark.skipif(
185186
PYTHON_VERSION_IS_NOT_310, # or NOT_RUNNING_ON_INF_EXP_DEV_PIPELINE,
186187
reason="The goal of these test are to test the serving components of our feature",

tests/integ/test_feature_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,6 +1536,7 @@ def test_feature_metadata(
15361536
] == feature_group.list_parameters_for_feature_metadata(feature_name=feature_name)
15371537

15381538

1539+
@pytest.mark.skip(reason="Failing test. Fix is pending.")
15391540
def test_search(feature_store_session, role, feature_group_name, pandas_data_frame):
15401541
feature_store = FeatureStore(sagemaker_session=feature_store_session)
15411542
feature_group = FeatureGroup(name=feature_group_name, sagemaker_session=feature_store_session)

0 commit comments

Comments
 (0)