Skip to content

Commit 7daa34f

Browse files
author
Roja Reddy Sareddy
committed
numpy fix for slow test
1 parent 2b2c190 commit 7daa34f

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
@@ -373,7 +373,7 @@ def transform(raw_s3_data_as_df):
373373
)
374374

375375

376-
# @pytest.mark.slow_test
376+
@pytest.mark.slow_test
377377
@pytest.mark.flaky(reruns=5, reruns_delay=2)
378378
def test_feature_processor_transform_offline_only_store_ingestion(
379379
sagemaker_session,

0 commit comments

Comments
 (0)