!68945 takedown failing testcases

Merge pull request !68945 from LLLRT/takedown_testcase
This commit is contained in:
i-robot 2024-04-30 06:38:12 +00:00 committed by Gitee
commit 02377be804
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import os
import pytest
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_single

View File

@ -35,7 +35,7 @@ class ComplexNet(nn.Cell):
return self.div(mul_xy, sub_xy)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard
def test_complex_gpu():