Disabling BundleMode, AssetBundler, and MissingDependency tests on Linux. (#6888)
Signed-off-by: Rosario Cox <lesaelr@amazon.com>
This commit is contained in:
+11
-7
@@ -93,15 +93,19 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
|||||||
)
|
)
|
||||||
|
|
||||||
ly_add_pytest(
|
ly_add_pytest(
|
||||||
NAME AssetPipelineTests.AssetBundler
|
NAME AssetPipelineTests.AssetBuilder
|
||||||
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_bundler_batch_tests.py
|
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_builder_tests.py
|
||||||
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
|
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
|
||||||
TEST_SERIAL
|
TEST_SERIAL
|
||||||
TEST_SUITE periodic
|
TEST_SUITE periodic
|
||||||
RUNTIME_DEPENDENCIES
|
RUNTIME_DEPENDENCIES
|
||||||
AZ::AssetProcessor
|
AZ::AssetProcessor
|
||||||
AZ::AssetBundlerBatch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(SUPPORTED_PLATFORMS "Windows" "Mac")
|
||||||
|
if (NOT "${PAL_PLATFORM_NAME}" IN_LIST SUPPORTED_PLATFORMS)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
ly_add_pytest(
|
ly_add_pytest(
|
||||||
NAME AssetPipelineTests.BundleMode
|
NAME AssetPipelineTests.BundleMode
|
||||||
@@ -117,16 +121,16 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
|||||||
)
|
)
|
||||||
|
|
||||||
ly_add_pytest(
|
ly_add_pytest(
|
||||||
NAME AssetPipelineTests.AssetBuilder
|
NAME AssetPipelineTests.AssetBundler
|
||||||
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_builder_tests.py
|
PATH ${CMAKE_CURRENT_LIST_DIR}/asset_bundler_batch_tests.py
|
||||||
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
|
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
|
||||||
TEST_SERIAL
|
TEST_SERIAL
|
||||||
TEST_SUITE periodic
|
TEST_SUITE periodic
|
||||||
RUNTIME_DEPENDENCIES
|
RUNTIME_DEPENDENCIES
|
||||||
AZ::AssetProcessor
|
AZ::AssetProcessor
|
||||||
|
AZ::AssetBundlerBatch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
ly_add_pytest(
|
ly_add_pytest(
|
||||||
NAME AssetPipelineTests.MissingDependency
|
NAME AssetPipelineTests.MissingDependency
|
||||||
PATH ${CMAKE_CURRENT_LIST_DIR}/missing_dependency_tests.py
|
PATH ${CMAKE_CURRENT_LIST_DIR}/missing_dependency_tests.py
|
||||||
@@ -136,5 +140,5 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
|||||||
RUNTIME_DEPENDENCIES
|
RUNTIME_DEPENDENCIES
|
||||||
AZ::AssetProcessorBatch
|
AZ::AssetProcessorBatch
|
||||||
)
|
)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user