forked from mindspore-Ecosystem/mindspore
takedown testcases to ensure gate stability
This commit is contained in:
parent
790a8c0063
commit
4af5b54cfa
|
@ -281,7 +281,7 @@ def test_ascend_tensor_dump():
|
||||||
run_saved_data_dump_test('test_async_dump', 'tensor')
|
run_saved_data_dump_test('test_async_dump', 'tensor')
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
@pytest.mark.level1
|
||||||
@pytest.mark.platform_arm_ascend_training
|
@pytest.mark.platform_arm_ascend_training
|
||||||
@pytest.mark.platform_x86_ascend_training
|
@pytest.mark.platform_x86_ascend_training
|
||||||
@pytest.mark.env_onecard
|
@pytest.mark.env_onecard
|
||||||
|
|
|
@ -1797,7 +1797,7 @@ def get_train_loss(train_dataset, run_mode):
|
||||||
return callback.loss
|
return callback.loss
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
@pytest.mark.level1
|
||||||
@pytest.mark.platform_arm_ascend_training
|
@pytest.mark.platform_arm_ascend_training
|
||||||
@pytest.mark.platform_x86_ascend_training
|
@pytest.mark.platform_x86_ascend_training
|
||||||
@pytest.mark.env_onecard
|
@pytest.mark.env_onecard
|
||||||
|
|
|
@ -37,7 +37,7 @@ class Net(nn.Cell):
|
||||||
return self.add(x_, y_)
|
return self.add(x_, y_)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
@pytest.mark.level1
|
||||||
@pytest.mark.platform_x86_cpu
|
@pytest.mark.platform_x86_cpu
|
||||||
@pytest.mark.env_onecard
|
@pytest.mark.env_onecard
|
||||||
@security_off_wrap
|
@security_off_wrap
|
||||||
|
|
Loading…
Reference in New Issue