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 976a2d7 commit 89e66dfCopy full SHA for 89e66df
tests/integ/sagemaker/workflow/test_processing_steps.py
@@ -472,6 +472,7 @@ def test_multi_step_framework_processing_pipeline_same_source_dir(
472
execution.wait(delay=540, max_attempts=3)
473
except WaiterError:
474
pass
475
+
476
execution_steps = execution.list_steps()
477
assert len(execution_steps) == 2
478
for step in execution_steps:
@@ -565,6 +566,7 @@ def test_multi_step_framework_processing_pipeline_different_source_dir(
565
566
567
568
569
570
571
572
0 commit comments