Skip to content

Commit 5d46457

Browse files
authored
Merge branch 'master' into processing-job-codeartifact-support
2 parents 2453f31 + a414542 commit 5d46457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)