@@ -546,7 +546,6 @@ def test_training_step_with_framework_estimator(
546
546
step_def2 = json .loads (pipeline .definition ())["Steps" ][0 ]
547
547
del step_def2 ["Arguments" ]["InputDataConfig" ][0 ]["DataSource" ]["S3DataSource" ]["S3Uri" ]
548
548
del step_def2 ["Arguments" ]["OutputDataConfig" ]["S3OutputPath" ]
549
- del step_def2 ["Arguments" ]["ProfilerRuleConfigurations" ]
550
549
if "sagemaker_s3_output" in step_def2 ["Arguments" ]["HyperParameters" ]:
551
550
del step_def2 ["Arguments" ]["HyperParameters" ]["sagemaker_s3_output" ]
552
551
assert step_def == step_def2
@@ -613,7 +612,6 @@ def test_training_step_with_framework_estimator_local_code(
613
612
step_def2 = json .loads (pipeline .definition ())["Steps" ][0 ]
614
613
del step_def2 ["Arguments" ]["InputDataConfig" ][0 ]["DataSource" ]["S3DataSource" ]["S3Uri" ]
615
614
del step_def2 ["Arguments" ]["OutputDataConfig" ]["S3OutputPath" ]
616
- del step_def2 ["Arguments" ]["ProfilerRuleConfigurations" ]
617
615
if "sagemaker_s3_output" in step_def2 ["Arguments" ]["HyperParameters" ]:
618
616
del step_def2 ["Arguments" ]["HyperParameters" ]["sagemaker_s3_output" ]
619
617
assert step_def == step_def2
@@ -697,7 +695,6 @@ def test_training_step_with_algorithm_base(algo_estimator, training_input, pipel
697
695
# test idempotency
698
696
step_def2 = json .loads (pipeline .definition ())["Steps" ][0 ]
699
697
del step_def2 ["Arguments" ]["InputDataConfig" ][0 ]["DataSource" ]["S3DataSource" ]["S3Uri" ]
700
- del step_def2 ["Arguments" ]["ProfilerRuleConfigurations" ]
701
698
assert step_def == step_def2
702
699
703
700
@@ -781,7 +778,6 @@ def test_training_step_with_algorithm_base_local_code(
781
778
# test idempotency
782
779
step_def2 = json .loads (pipeline .definition ())["Steps" ][0 ]
783
780
del step_def2 ["Arguments" ]["InputDataConfig" ][0 ]["DataSource" ]["S3DataSource" ]["S3Uri" ]
784
- del step_def2 ["Arguments" ]["ProfilerRuleConfigurations" ]
785
781
assert step_def == step_def2
786
782
787
783
0 commit comments