Skip to content

Commit 8654989

Browse files
qidewenwhenDewen Qi
authored andcommitted
change: Add back mixed step type integ test (#1305)
Co-authored-by: Dewen Qi <[email protected]>
1 parent 46a0a1a commit 8654989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/sagemaker/workflow/test_step_decorator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ def func3():
659659
pass
660660

661661

662-
@pytest.mark.skip(reason="Not ready yet. Will add back soon")
663662
def test_decorator_step_data_referenced_by_other_steps(
664663
pipeline_session,
665664
role,
@@ -724,10 +723,11 @@ def func(var: int):
724723
last_step_name=process_step.name,
725724
execution_parameters=dict(),
726725
step_status="Succeeded",
726+
wait_duration=1000, # seconds
727727
)
728728

729729
execution_proc_job = pipeline_session.describe_processing_job(
730-
execution_steps[1]["MetaData"]["ProcessingJob"]["Arn"].split("/")[-1]
730+
execution_steps[0]["Metadata"]["ProcessingJob"]["Arn"].split("/")[-1]
731731
)
732732
assert (
733733
execution_proc_job["ProcessingResources"]["ClusterConfig"]["InstanceCount"]

0 commit comments

Comments
 (0)