diff --git a/tests/st/auto_parallel/test_optimizer_parallel.py b/tests/st/auto_parallel/test_optimizer_parallel.py index a8d1a47358..b75c72b3da 100644 --- a/tests/st/auto_parallel/test_optimizer_parallel.py +++ b/tests/st/auto_parallel/test_optimizer_parallel.py @@ -16,7 +16,7 @@ import os import pytest -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single diff --git a/tests/st/auto_parallel/test_parallel_recursive_strategy_search.py b/tests/st/auto_parallel/test_parallel_recursive_strategy_search.py index 244fb31c85..9f4fa70af4 100644 --- a/tests/st/auto_parallel/test_parallel_recursive_strategy_search.py +++ b/tests/st/auto_parallel/test_parallel_recursive_strategy_search.py @@ -16,7 +16,7 @@ import os import pytest -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single diff --git a/tests/st/auto_parallel/test_parallel_strategy_search.py b/tests/st/auto_parallel/test_parallel_strategy_search.py index 1571e3a81a..d543830ffc 100644 --- a/tests/st/auto_parallel/test_parallel_strategy_search.py +++ b/tests/st/auto_parallel/test_parallel_strategy_search.py @@ -16,7 +16,7 @@ import os import pytest -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single diff --git a/tests/st/broadcast/test_broadcast_auto_parallel.py b/tests/st/broadcast/test_broadcast_auto_parallel.py index 4b7e81ed37..576cde6d4c 100644 --- a/tests/st/broadcast/test_broadcast_auto_parallel.py +++ b/tests/st/broadcast/test_broadcast_auto_parallel.py @@ -17,7 +17,7 @@ import os import pytest -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single diff --git a/tests/st/hcom/test_hcom_sparsetensor.py b/tests/st/hcom/test_hcom_sparsetensor.py index b117b2e585..b5b0d857e3 100644 --- a/tests/st/hcom/test_hcom_sparsetensor.py +++ b/tests/st/hcom/test_hcom_sparsetensor.py @@ -17,7 +17,7 @@ import os import pytest -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_single diff --git a/tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py b/tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py index b7355dda34..7856f6803a 100644 --- a/tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py +++ b/tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py @@ -16,7 +16,7 @@ import os import pytest -@pytest.mark.level2 +@pytest.mark.level0 @pytest.mark.platform_x86_ascend_training @pytest.mark.platform_arm_ascend_training @pytest.mark.env_single