File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integ/sagemaker/workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -659,7 +659,6 @@ def func3():
659659 pass
660660
661661
662- @pytest .mark .skip (reason = "Not ready yet. Will add back soon" )
663662def 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" ]
You can’t perform that action at this time.
0 commit comments