SPEC-7008: Moving failing Editor tests to Sandbox suite for investigation

main
jckand-amzn 5 years ago
parent 9a15023eb5
commit 1fb8dd7dcd

@ -39,4 +39,19 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_
COMPONENT COMPONENT
Editor Editor
) )
ly_add_pytest(
NAME AutomatedTesting::EditorTests_Sandbox
TEST_SUITE sandbox
TEST_SERIAL
PATH ${CMAKE_CURRENT_LIST_DIR}
PYTEST_MARKS "SUITE_sandbox"
TIMEOUT 1500
RUNTIME_DEPENDENCIES
Legacy::Editor
AZ::AssetProcessor
AutomatedTesting.Assets
COMPONENT
Editor
)
endif() endif()

@ -39,7 +39,7 @@ class TestDocking(object):
file_system.delete([os.path.join(workspace.paths.engine_root(), project, "Levels", level)], True, True) file_system.delete([os.path.join(workspace.paths.engine_root(), project, "Levels", level)], True, True)
@pytest.mark.test_case_id("C6376081") @pytest.mark.test_case_id("C6376081")
@pytest.mark.SUITE_periodic @pytest.mark.SUITE_sandbox
def test_Docking_BasicDockedTools(self, request, editor, level, launcher_platform): def test_Docking_BasicDockedTools(self, request, editor, level, launcher_platform):
expected_lines = [ expected_lines = [
"The tools are all docked together in a tabbed widget", "The tools are all docked together in a tabbed widget",

@ -39,7 +39,7 @@ class TestMenus(object):
file_system.delete([os.path.join(workspace.paths.engine_root(), project, "Levels", level)], True, True) file_system.delete([os.path.join(workspace.paths.engine_root(), project, "Levels", level)], True, True)
@pytest.mark.test_case_id("C16780783", "C2174438") @pytest.mark.test_case_id("C16780783", "C2174438")
@pytest.mark.SUITE_periodic @pytest.mark.SUITE_sandbox
def test_Menus_EditMenuOptions_Work(self, request, editor, level, launcher_platform): def test_Menus_EditMenuOptions_Work(self, request, editor, level, launcher_platform):
expected_lines = [ expected_lines = [
"Undo Action triggered", "Undo Action triggered",
@ -113,7 +113,7 @@ class TestMenus(object):
) )
@pytest.mark.test_case_id("C16780778") @pytest.mark.test_case_id("C16780778")
@pytest.mark.SUITE_periodic @pytest.mark.SUITE_sandbox
def test_Menus_FileMenuOptions_Work(self, request, editor, level, launcher_platform): def test_Menus_FileMenuOptions_Work(self, request, editor, level, launcher_platform):
expected_lines = [ expected_lines = [
"New Level Action triggered", "New Level Action triggered",

Loading…
Cancel
Save