Move Batch_2_main test block back to main from sandbox. Move single FastScaneWorks_FasterThanFullScan test to sandbox.
This commit is contained in:
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user