From 6c8f7d0d7131eb667871c2b22c0831399d1a42e6 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Wed, 6 Apr 2022 14:41:40 +0800 Subject: [PATCH] takedown test_resnet_imagenet_and_thor_4p to ensure gate stability --- .../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 42a249e9d7d..ddba1a8b077 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