From f5f2679757afe0084c02128d7e6e931866562e7a Mon Sep 17 00:00:00 2001 From: zhangzhewei Date: Mon, 31 May 2021 15:12:28 +0800 Subject: [PATCH] recover test_kron form level2 to level0 --- tests/st/numpy_native/test_math_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/st/numpy_native/test_math_ops.py b/tests/st/numpy_native/test_math_ops.py index bbf05eb84a7..7888ea26c9a 100644 --- a/tests/st/numpy_native/test_math_ops.py +++ b/tests/st/numpy_native/test_math_ops.py @@ -1284,7 +1284,7 @@ def onp_kron(x, y): return onp.kron(x, y) -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.platform_x86_gpu_training