takedown testcases to ensure gate stability

This commit is contained in:
yanghaoran 2022-12-09 09:50:57 +08:00
parent 2c3253df58
commit c783f24f25
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ def get_train_loss():
return loss_list
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard
def test_train():

View File

@ -21,7 +21,7 @@ import mindspore.context as context
from mindspore.common import dtype as mstype
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard
@pytest.mark.parametrize('mode', [context.GRAPH_MODE, context.PYNATIVE_MODE])