We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d71074 commit 2b2c190Copy full SHA for 2b2c190
tests/integ/sagemaker/feature_store/feature_processor/test_feature_processor_integ.py
@@ -231,7 +231,7 @@ def transform(raw_s3_data_as_df):
231
)
232
233
234
-#@pytest.mark.slow_test
+@pytest.mark.slow_test
235
def test_feature_processor_transform_with_customized_data_source(
236
sagemaker_session,
237
):
@@ -373,7 +373,7 @@ def transform(raw_s3_data_as_df):
373
374
375
376
-@pytest.mark.slow_test
+# @pytest.mark.slow_test
377
@pytest.mark.flaky(reruns=5, reruns_delay=2)
378
def test_feature_processor_transform_offline_only_store_ingestion(
379
0 commit comments