takedown testcases to ensure gate stability

This commit is contained in:
yanghaoran 2022-10-10 14:30:38 +08:00
parent 5fc62f6f1e
commit ccf6095bfd
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ class MyCallback(Callback):
dataset._reset(self.reset_point * self.dataset_size) # pylint: disable=W0212 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.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
@pytest.mark.parametrize("fast_recovery", (False, True)) @pytest.mark.parametrize("fast_recovery", (False, True))

View File

@ -81,7 +81,7 @@ def get_and_init_graph_cell_parameters():
os.remove(ckpt_name) os.remove(ckpt_name)
@pytest.mark.level0 @pytest.mark.level1
@pytest.mark.platform_x86_cpu @pytest.mark.platform_x86_cpu
@pytest.mark.platform_arm_ascend_training @pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training @pytest.mark.platform_x86_ascend_training