forked from mindspore-Ecosystem/mindspore
takedown testcases to ensure gate stability
This commit is contained in:
parent
5fc62f6f1e
commit
ccf6095bfd
|
@ -72,7 +72,7 @@ class MyCallback(Callback):
|
|||
dataset._reset(self.reset_point * self.dataset_size) # pylint: disable=W0212
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
@pytest.mark.env_onecard
|
||||
@pytest.mark.parametrize("fast_recovery", (False, True))
|
||||
|
|
|
@ -81,7 +81,7 @@ def get_and_init_graph_cell_parameters():
|
|||
os.remove(ckpt_name)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
|
|
Loading…
Reference in New Issue