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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user