Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 89e66df

Browse files
author
Brock Wade
committedDec 7, 2022
change: re-spawn tests
1 parent 976a2d7 commit 89e66df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎tests/integ/sagemaker/workflow/test_processing_steps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ def test_multi_step_framework_processing_pipeline_same_source_dir(
472472
execution.wait(delay=540, max_attempts=3)
473473
except WaiterError:
474474
pass
475+
475476
execution_steps = execution.list_steps()
476477
assert len(execution_steps) == 2
477478
for step in execution_steps:
@@ -565,6 +566,7 @@ def test_multi_step_framework_processing_pipeline_different_source_dir(
565566
execution.wait(delay=540, max_attempts=3)
566567
except WaiterError:
567568
pass
569+
568570
execution_steps = execution.list_steps()
569571
assert len(execution_steps) == 2
570572
for step in execution_steps:

0 commit comments

Comments
 (0)
Please sign in to comment.