Merge pull request #1214 from aws-lumberyard-dev/enable_smoke_test

enabling smoke test
This commit is contained in:
evanchia-ly-sdets
2021-06-10 11:55:58 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -40,6 +40,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
AutomatedTesting.GameLauncher
AutomatedTesting.Assets
COMPONENT
Smoke
Sandbox
)
endif()
@@ -15,7 +15,7 @@ from automatedtesting_shared.base import TestAutomationBase
import ly_test_tools.environment.file_system as file_system
@pytest.mark.SUITE_sandbox
@pytest.mark.SUITE_smoke
@pytest.mark.parametrize("launcher_platform", ["windows_editor"])
@pytest.mark.parametrize("project", ["AutomatedTesting"])
@pytest.mark.parametrize("level", ["temp_level"])