takedown more testcases to ensure gate stability

This commit is contained in:
yanghaoran 2022-04-12 19:15:01 +08:00
parent abe0452af4
commit b0891817b4
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ def test_train(device_type):
test_lenet()
@security_off_wrap
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_train_with_CPU():

View File

@ -957,7 +957,7 @@ def onp_clip(x):
return a, b, c, d, e, f
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training
@ -1806,7 +1806,7 @@ def onp_lcm(x, y):
return onp.lcm(x, y)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training
@ -2034,7 +2034,7 @@ def test_multi_dot():
match_all_arrays(mnp.multi_dot(mnp_arrays[1:-1]), onp.linalg.multi_dot(arrays[1:-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