Make SC unit tests run serially

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-27 15:59:28 -07:00
parent 055915ec4f
commit 9742626aba
@@ -113,6 +113,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
)
ly_add_googletest(
NAME Gem::ScriptCanvasTesting.Editor.Tests
TEST_SERIAL true
)
endif()