!68945 takedown failing testcases
Merge pull request !68945 from LLLRT/takedown_testcase
This commit is contained in:
commit
02377be804
|
@ -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
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue