From 4a26bb3ec04ca71c9e65d5941e53f0ae0a14d90c Mon Sep 17 00:00:00 2001 From: r1chardf1d0 Date: Wed, 6 Mar 2024 18:13:48 +0800 Subject: [PATCH] disable some tests --- tests/st/pi_jit/one_stage/test_base_op.py | 4 ++++ tests/st/pi_jit/one_stage/test_ud.py | 1 + 2 files changed, 5 insertions(+) diff --git a/tests/st/pi_jit/one_stage/test_base_op.py b/tests/st/pi_jit/one_stage/test_base_op.py index 0af4fda0183..40f3be723d8 100644 --- a/tests/st/pi_jit/one_stage/test_base_op.py +++ b/tests/st/pi_jit/one_stage/test_base_op.py @@ -108,6 +108,7 @@ def test_tuple_slice(): @pytest.mark.level0 @pytest.mark.platform_x86_gpu_training @pytest.mark.env_onecard +@pytest.mark.skip def test_list_slice(): """ Feature: One stage basic operation. @@ -132,6 +133,7 @@ def test_list_slice(): @pytest.mark.level0 @pytest.mark.platform_x86_gpu_training @pytest.mark.env_onecard +@pytest.mark.skip def test_list_slice_with_default_parameter(): """ Feature: One stage basic operation. @@ -156,6 +158,7 @@ def test_list_slice_with_default_parameter(): @pytest.mark.level0 @pytest.mark.platform_x86_gpu_training @pytest.mark.env_onecard +@pytest.mark.skip def test_list_slice_with_default_parameter_2(): """ Feature: One stage basic operation. @@ -181,6 +184,7 @@ def test_list_slice_with_default_parameter_2(): @pytest.mark.level0 @pytest.mark.platform_x86_gpu_training @pytest.mark.env_onecard +@pytest.mark.skip def test_list_slice_with_default_parameter_3(): """ Feature: One stage basic operation. diff --git a/tests/st/pi_jit/one_stage/test_ud.py b/tests/st/pi_jit/one_stage/test_ud.py index bb42609c00c..8c7d252ac84 100644 --- a/tests/st/pi_jit/one_stage/test_ud.py +++ b/tests/st/pi_jit/one_stage/test_ud.py @@ -161,6 +161,7 @@ def test_break_in_subgraph_3(): @pytest.mark.level0 @pytest.mark.platform_x86_gpu_training @pytest.mark.env_onecard +@pytest.mark.skip def test_break_with_control_flow(): """ Feature: One stage basic operation.