forked from mindspore-Ecosystem/mindspore
takedown testcases to ensure gate stability
This commit is contained in:
parent
2c3253df58
commit
c783f24f25
|
@ -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():
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue