abandon attepts to enable script canvas tests on the farm

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-28 11:51:21 -07:00
parent d300f4b033
commit 15d6ca3252
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -130,9 +130,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
ly_add_googletest(
NAME AZ::AzCore.Tests
)
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
+1 -1
View File
@@ -113,8 +113,8 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
)
ly_add_googletest(
NAME Gem::ScriptCanvasTesting.Editor.Tests
TEST_SUITE smoke
)
set_tests_properties(Gem::ScriptCanvasTesting.Editor.Tests.main::TEST_RUN PROPERTIES RUN_SERIAL true)
endif()