From 69d7645f146fc13bd53e79f2b8a8f44e5f016031 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Fri, 15 Apr 2022 09:48:03 +0800 Subject: [PATCH] take down resnet_imagenet_and_thor_4p again and again --- .../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 898dd4286dc..81e214480e2 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 @@ -339,7 +339,7 @@ def thor_end(device_num, q): assert thor_cost < 30 -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single