diff --git a/tests/st/numpy_native/test_math_ops.py b/tests/st/numpy_native/test_math_ops.py index f6111b66778..c47391aca9d 100644 --- a/tests/st/numpy_native/test_math_ops.py +++ b/tests/st/numpy_native/test_math_ops.py @@ -2162,7 +2162,7 @@ def test_histogram(): match_res(mnp.histogram, onp.histogram, x, bins=bins, range=range, error=1) -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.platform_x86_gpu_training diff --git a/tests/st/pynative/test_tensor_augassign.py b/tests/st/pynative/test_tensor_augassign.py index 75b8837e243..5bd0a9da2d7 100644 --- a/tests/st/pynative/test_tensor_augassign.py +++ b/tests/st/pynative/test_tensor_augassign.py @@ -203,7 +203,7 @@ def test_tesnsor_augassign_by_bool(): # GPU: does not supported op "FloorMod" -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_onecard diff --git a/tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py b/tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py index af7557c2a1b..7fd6941ff8c 100644 --- a/tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py +++ b/tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py @@ -132,7 +132,7 @@ def test_mobilenetv2_quant(): train() -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single