Moving test_CLITool_AssetBuilder_Works to sandbox. (#7438)

Signed-off-by: Rosario Cox <lesaelr@amazon.com>
monroegm-disable-blank-issue-2
LesaelR 4 years ago committed by GitHub
parent 45e347315f
commit d209bf783c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,4 +45,14 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
AutomatedTesting.Assets
)
ly_add_pytest(
NAME AutomatedTesting::SmokeTest_Sandbox
TEST_SUITE sandbox
TEST_SERIAL
PATH ${CMAKE_CURRENT_LIST_DIR}
PYTEST_MARKS "SUITE_sandbox"
RUNTIME_DEPENDENCIES
AZ::AssetProcessor
)
endif()

@ -14,7 +14,7 @@ import pytest
import subprocess
@pytest.mark.SUITE_smoke
@pytest.mark.SUITE_sandbox
class TestCLIToolAssetBuilderWorks(object):
def test_CLITool_AssetBuilder_Works(self, build_directory):
file_path = os.path.join(build_directory, "AssetBuilder")

Loading…
Cancel
Save