!48218 modify cov testcase level

Merge pull request !48218 from 冯一航/modify_cov_testcast_level
This commit is contained in:
i-robot 2023-02-01 07:03:43 +00:00 committed by Gitee
commit d3ace1f02c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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