Skip to content

Commit d8546bc

Browse files
author
Roja Reddy Sareddy
committed
numpy fix for slow test
1 parent 07b62ce commit d8546bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/feature_store/feature_processor/test_feature_processor_integ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def transform(raw_s3_data_as_df):
231231
)
232232

233233

234-
@pytest.mark.slow_test
234+
#@pytest.mark.slow_test
235235
def test_feature_processor_transform_with_customized_data_source(
236236
sagemaker_session,
237237
):

0 commit comments

Comments
 (0)