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:
chcurran
2021-07-27 18:55:40 -07:00
parent 2174f8415a
commit 0cfac06c69
+3 -1
View File
@@ -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