Skip to content

Commit

Permalink
unskiping the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayesh-tanna committed Jan 31, 2025
1 parent 05bb10d commit 2eca8a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion sdk/ml/azure-ai-ml/tests/dsl/e2etests/test_dsl_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,6 @@ def pipeline_func_with_flow_fail(data):
# TODO: input type mismatch won't be checked for now
assert validation_result.passed

@pytest.mark.skip("To support py313")
def test_flow_in_dsl_pipeline(self, client):
component_func = load_component(
"./tests/test_configs/flows/web_classification_with_additional_includes/flow.dag.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,6 @@ def test_pipeline_job_serverless_compute_sweep_in_pipeline_with_job_tier(self, c
rest_obj = created_pipeline_job._to_rest_object()
assert rest_obj.properties.jobs["node"]["queue_settings"] == {"job_tier": "standard"}

@pytest.mark.skip("To support py313")
def test_pipeline_job_serverless_compute_automl_in_pipeline_with_job_tier(self, client: MLClient) -> None:
yaml_path = "./tests/test_configs/pipeline_jobs/serverless_compute/job_tier/automl_in_pipeline/pipeline.yml"
pipeline_job = load_job(yaml_path)
Expand Down Expand Up @@ -1966,7 +1965,6 @@ def test_pipeline_with_param_group_in_command_component(
"component_in_path": {"path": "${{parent.inputs.job_in_path}}"},
}

@pytest.mark.skip("To support py313")
def test_flow_node_skip_input_filtering(self, client: MLClient, randstr: Callable[[str], str]):
flow_dag_path = "./tests/test_configs/flows/web_classification_with_additional_includes/flow.dag.yaml"
anonymous_component = load_component(flow_dag_path)
Expand Down Expand Up @@ -2051,7 +2049,6 @@ class Connection:
),
],
)
@pytest.mark.skip("To support py313")
def test_pipeline_job_with_flow(
self,
client: MLClient,
Expand Down

0 comments on commit 2eca8a5

Please # to comment.