diff --git a/tests/st/ops/ascend/test_gru_op.py b/tests/st/ops/ascend/test_gru_op.py index eeab3ac4fe5..ecfb960d8b8 100644 --- a/tests/st/ops/ascend/test_gru_op.py +++ b/tests/st/ops/ascend/test_gru_op.py @@ -129,7 +129,7 @@ def test_sit_gru_forward_input_3_32_32_is_32_hs_16(): assert np.allclose(out.asnumpy(), out_pynative.asnumpy(), 0.001, 0.001) assert np.allclose(hy.asnumpy(), hy_pynative.asnumpy(), 0.001, 0.001) -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_onecard