takedown test_broadcast_grade_cpu

This commit is contained in:
yanghaoran 2022-01-25 09:45:14 +08:00
parent 2a4da1a797
commit 27d28f3d45
1 changed files with 1 additions and 1 deletions
tests/st/ops/cpu

View File

@ -48,7 +48,7 @@ def test_maximum_grad_random():
assert np.allclose(result[1].asnumpy(), dy, rtol=1.e-4, atol=1.e-8, equal_nan=True)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_broadcast_grad_cpu():