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