From b004bba6df1c71cf956599b20634f648b1fd2080 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Wed, 1 Jun 2022 10:45:35 +0800 Subject: [PATCH] takedown test_resnet_imagenet_and_thor_4p due to probalistic failures --- .../networks/models/resnet50/test_resnet50_imagenet_and_thor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/st/networks/models/resnet50/test_resnet50_imagenet_and_thor.py b/tests/st/networks/models/resnet50/test_resnet50_imagenet_and_thor.py index c521316e63d..bb0e91fc87f 100644 --- a/tests/st/networks/models/resnet50/test_resnet50_imagenet_and_thor.py +++ b/tests/st/networks/models/resnet50/test_resnet50_imagenet_and_thor.py @@ -68,7 +68,7 @@ def thor_end(): shutil.rmtree(os.path.join(sh_path, f"train_parallel{i+4}")) -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single