Fixed all nits and took out the general module and its usage

This commit is contained in:
catdo
2021-05-11 16:29:26 -07:00
parent 20edf3aa5a
commit a2a315a6cd
4 changed files with 39 additions and 48 deletions
@@ -129,11 +129,10 @@ endif()
NAME AutomatedTesting::PrefabTests
TEST_SUITE main
TEST_SERIAL
PATH ${CMAKE_CURRENT_LIST_DIR}/prefab/TestSuite_Active.py
TIMEOUT 3600
PATH ${CMAKE_CURRENT_LIST_DIR}/prefab/TestSuite_Main.py
TIMEOUT 1500
RUNTIME_DEPENDENCIES
Legacy::Editor
Legacy::CryRenderNULL
AZ::AssetProcessor
AutomatedTesting.Assets
)