Merge pull request #2364 from AMZN-scspaldi/scspaldi_LyTTTestsforLinux

Made LyTT Tests check if they are disabled for the platform.
This commit is contained in:
Royal OBrien
2021-07-26 13:35:30 -04:00
committed by GitHub
+1 -1
View File
@@ -276,7 +276,7 @@ endfunction()
#
function(ly_add_pytest)
if(NOT PAL_TRAIT_TEST_PYTEST_SUPPORTED)
if(NOT PAL_TRAIT_TEST_PYTEST_SUPPORTED OR NOT PAL_TRAIT_TEST_LYTESTTOOLS_SUPPORTED)
return()
endif()