remove stack tracer change and attempt to restore SC tests

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-28 17:48:11 -07:00
parent 6dc750815b
commit eefc448dce
2 changed files with 1 additions and 2 deletions
@@ -39,7 +39,7 @@ namespace AZ {
struct SymbolStorageDynamicallyLoadedModules
{
size_t m_size;
DynamicallyLoadedModuleInfo m_modules[1024];
DynamicallyLoadedModuleInfo m_modules[256];
SymbolStorageDynamicallyLoadedModules()
: m_size(0)
@@ -113,7 +113,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
)
ly_add_googletest(
NAME Gem::ScriptCanvasTesting.Editor.Tests
TEST_SUITE smoke
)
endif()