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():
659
659
pass
660
660
661
661
662
- @pytest .mark .skip (reason = "Not ready yet. Will add back soon" )
663
662
def test_decorator_step_data_referenced_by_other_steps (
664
663
pipeline_session ,
665
664
role ,
@@ -724,10 +723,11 @@ def func(var: int):
724
723
last_step_name = process_step .name ,
725
724
execution_parameters = dict (),
726
725
step_status = "Succeeded" ,
726
+ wait_duration = 1000 , # seconds
727
727
)
728
728
729
729
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 ]
731
731
)
732
732
assert (
733
733
execution_proc_job ["ProcessingResources" ]["ClusterConfig" ]["InstanceCount" ]
You can’t perform that action at this time.
0 commit comments