From fad6b5744c6ee98be76cd29536bc15b36cfd744a Mon Sep 17 00:00:00 2001 From: lichenever Date: Tue, 9 Jun 2020 21:11:09 +0800 Subject: [PATCH] remove auto parallel st --- tests/st/auto_parallel/test_expand_loss.py | 4 ---- tests/st/auto_parallel/test_resnet50_expand_loss.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tests/st/auto_parallel/test_expand_loss.py b/tests/st/auto_parallel/test_expand_loss.py index d5148e35e2..efae4f0ba9 100644 --- a/tests/st/auto_parallel/test_expand_loss.py +++ b/tests/st/auto_parallel/test_expand_loss.py @@ -16,10 +16,6 @@ import os import pytest -@pytest.mark.level0 -@pytest.mark.platform_x86_ascend_training -@pytest.mark.platform_arm_ascend_training -@pytest.mark.env_single def test_expand_loss(): sh_path = os.path.split(os.path.realpath(__file__))[0] ret = os.system(f"sh {sh_path}/run_auto_parallel_loss_expand.sh") diff --git a/tests/st/auto_parallel/test_resnet50_expand_loss.py b/tests/st/auto_parallel/test_resnet50_expand_loss.py index ddcddd73c2..8400a2d855 100644 --- a/tests/st/auto_parallel/test_resnet50_expand_loss.py +++ b/tests/st/auto_parallel/test_resnet50_expand_loss.py @@ -16,10 +16,6 @@ import os import pytest -@pytest.mark.level0 -@pytest.mark.platform_x86_ascend_training -@pytest.mark.platform_arm_ascend_training -@pytest.mark.env_single def test_expand_loss(): sh_path = os.path.split(os.path.realpath(__file__))[0] ret = os.system(f"sh {sh_path}/run_auto_parallel_resnet50_expand_loss.sh")