From 10619d53bf03e694ba5eb82a740b3c84c7dc2a3c Mon Sep 17 00:00:00 2001 From: sweeneys Date: Thu, 11 Nov 2021 10:20:01 -0800 Subject: [PATCH] fix spelling Signed-off-by: sweeneys --- .../smoke/test_CLITool_SerializeContextTools_Works.py | 2 +- .../PythonTests/smoke/test_Editor_NewExistingLevels_Works.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py index 4d883745c9..917ff17f82 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py @@ -16,7 +16,7 @@ import subprocess import ly_test_tools -@pytest.mark.skipif(not ly_test_tools.WINDOWS, reason="Only suceeds on windows https://github.com/o3de/o3de/issues/5539") +@pytest.mark.skipif(not ly_test_tools.WINDOWS, reason="Only succeeds on windows https://github.com/o3de/o3de/issues/5539") @pytest.mark.SUITE_smoke class TestCLIToolSerializeContextToolsWorks(object): def test_CLITool_SerializeContextTools_Works(self, build_directory): diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py index b012da33fe..e6378982ba 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py @@ -17,7 +17,7 @@ import ly_test_tools.environment.file_system as file_system @pytest.mark.SUITE_smoke -@pytest.mark.skipif(not ly_test_tools.WINDOWS, reason="Only suceeds on windows https://github.com/o3de/o3de/issues/5539") +@pytest.mark.skipif(not ly_test_tools.WINDOWS, reason="Only succeeds on windows https://github.com/o3de/o3de/issues/5539") @pytest.mark.parametrize("launcher_platform", ["windows_editor"]) @pytest.mark.parametrize("project", ["AutomatedTesting"]) @pytest.mark.parametrize("level", ["temp_level"])