disable some tests

This commit is contained in:
r1chardf1d0 2024-03-06 18:13:48 +08:00
parent 347101eeec
commit 4a26bb3ec0
2 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,7 @@ def test_tuple_slice():
@pytest.mark.level0 @pytest.mark.level0
@pytest.mark.platform_x86_gpu_training @pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
@pytest.mark.skip
def test_list_slice(): def test_list_slice():
""" """
Feature: One stage basic operation. Feature: One stage basic operation.
@ -132,6 +133,7 @@ def test_list_slice():
@pytest.mark.level0 @pytest.mark.level0
@pytest.mark.platform_x86_gpu_training @pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
@pytest.mark.skip
def test_list_slice_with_default_parameter(): def test_list_slice_with_default_parameter():
""" """
Feature: One stage basic operation. Feature: One stage basic operation.
@ -156,6 +158,7 @@ def test_list_slice_with_default_parameter():
@pytest.mark.level0 @pytest.mark.level0
@pytest.mark.platform_x86_gpu_training @pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
@pytest.mark.skip
def test_list_slice_with_default_parameter_2(): def test_list_slice_with_default_parameter_2():
""" """
Feature: One stage basic operation. Feature: One stage basic operation.
@ -181,6 +184,7 @@ def test_list_slice_with_default_parameter_2():
@pytest.mark.level0 @pytest.mark.level0
@pytest.mark.platform_x86_gpu_training @pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
@pytest.mark.skip
def test_list_slice_with_default_parameter_3(): def test_list_slice_with_default_parameter_3():
""" """
Feature: One stage basic operation. Feature: One stage basic operation.

View File

@ -161,6 +161,7 @@ def test_break_in_subgraph_3():
@pytest.mark.level0 @pytest.mark.level0
@pytest.mark.platform_x86_gpu_training @pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
@pytest.mark.skip
def test_break_with_control_flow(): def test_break_with_control_flow():
""" """
Feature: One stage basic operation. Feature: One stage basic operation.