Move Batch_2_main test block back to main from sandbox. Move single FastScaneWorks_FasterThanFullScan test to sandbox.

This commit is contained in:
oyongzhi
2021-04-01 15:49:11 +01:00
parent fbeb728a61
commit 7dfc79faa0
2 changed files with 2 additions and 1 deletions
@@ -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
@@ -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