diff --git a/tests/st/dataset/test_gpu_reset.py b/tests/st/dataset/test_gpu_reset.py index b80696773ce..dd8caefec9d 100644 --- a/tests/st/dataset/test_gpu_reset.py +++ b/tests/st/dataset/test_gpu_reset.py @@ -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)) diff --git a/tests/st/export_and_load/test_get_and_init_graph_cell_parameters.py b/tests/st/export_and_load/test_get_and_init_graph_cell_parameters.py index f6b952b0cc1..c14d01c3722 100644 --- a/tests/st/export_and_load/test_get_and_init_graph_cell_parameters.py +++ b/tests/st/export_and_load/test_get_and_init_graph_cell_parameters.py @@ -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