making azcore tests serialized as a sanity check only on non android
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -130,7 +130,9 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
|
||||
ly_add_googletest(
|
||||
NAME AZ::AzCore.Tests
|
||||
)
|
||||
set_tests_properties(AZ::AzCore.Tests.main::TEST_RUN PROPERTIES RUN_SERIAL true)
|
||||
if(PAL_TRAIT_TEST_GOOGLE_TEST_SUPPORTED)
|
||||
set_tests_properties(AZ::AzCore.Tests.main::TEST_RUN PROPERTIES RUN_SERIAL true)
|
||||
endif()
|
||||
ly_add_googlebenchmark(
|
||||
NAME AZ::AzCore.Benchmarks
|
||||
TARGET AZ::AzCore.Tests
|
||||
|
||||
Reference in New Issue
Block a user