Fix AWSTests.periodic failing on Linux due to a File Not Found error

Signed-off-by: junbo <junbo@amazon.com>
This commit is contained in:
Junbo Liang
2021-08-09 13:00:43 -07:00
committed by GitHub
parent aca59c6b88
commit c7397fe4a2
@@ -12,6 +12,11 @@
################################################################################
if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
# Only enable AWS automated tests on Windows
if(NOT "${PAL_PLATFORM_NAME}" STREQUAL "Windows")
return()
endif()
# Enable after installing NodeJS and CDK on jenkins Windows AMI.
ly_add_pytest(
NAME AutomatedTesting::AWSTests