forked from mindspore-Ecosystem/mindspore
!48218 modify cov testcase level
Merge pull request !48218 from 冯一航/modify_cov_testcast_level
This commit is contained in:
commit
d3ace1f02c
|
@ -27,7 +27,7 @@ class Net(nn.Cell):
|
|||
return output
|
||||
|
||||
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.platform_arm_cpu
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
|
|
|
@ -26,7 +26,7 @@ class Net(nn.Cell):
|
|||
return output
|
||||
|
||||
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.platform_arm_cpu
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
|
|
Loading…
Reference in New Issue