Skip to content

Commit 2b2c190

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
):
@@ -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)