diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt index 5d4f96c92a..41eb13bf4c 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt @@ -24,7 +24,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS) ly_add_pytest( NAME AssetPipelineTests.Batch_2_Main - TEST_SUITE sandbox + TEST_SUITE main PATH ${CMAKE_CURRENT_LIST_DIR}/asset_processor_batch_tests_2.py EXCLUDE_TEST_RUN_TARGET_FROM_IDE RUNTIME_DEPENDENCIES diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py index 00b04f1847..79ad23de92 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py @@ -74,6 +74,7 @@ class TestsAssetProcessorBatch_AllPlatforms(object): @pytest.mark.assetpipeline @pytest.mark.test_case_id("C3594360") @pytest.mark.test_case_id("C3688013") + @pytest.mark.SUITE_sandbox # fmt:off def test_AllSupportedPlatforms_FastScanWorks_FasterThanFullScan(self, workspace, asset_processor): # fmt:on