this test needs to be disabled in main, it was supposed to be merged to development before break but got merged to stabilization and then main

Signed-off-by: jromnoa <jromnoa@amazon.com>
This commit is contained in:
jromnoa
2021-07-09 07:42:57 -07:00
parent 097dc25424
commit 2555c88fe7
@@ -51,4 +51,17 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
AutomatedTesting.GameLauncher
AutomatedTesting.Assets
)
# ly_add_pytest(
# NAME AutomatedTesting::GameLauncherWithGPU
# TEST_REQUIRES gpu
# PATH ${CMAKE_CURRENT_LIST_DIR}/test_GameLauncher_EnterExitGameMode_Works.py
# TIMEOUT 100
# RUNTIME_DEPENDENCIES
# AZ::AssetProcessor
# AZ::PythonBindingsExample
# Legacy::Editor
# AutomatedTesting.GameLauncher
# AutomatedTesting.Assets
# )
endif()