Pārlūkot izejas kodu

Skipping 2 intermittently failing Landscape Canvas tests pending investigation (#10128)

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 3 gadi atpakaļ
vecāks
revīzija
b0cfce0dc0

+ 2 - 0
AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/TestSuite_Main.py

@@ -28,6 +28,7 @@ class TestAutomation(EditorTestSuite):
     class test_LandscapeCanvas_ComponentUpdates_UpdateGraph(EditorSharedTest):
         from .EditorScripts import ComponentUpdates_UpdateGraph as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/10126")
     class test_LandscapeCanvas_Edit_DisabledNodeDuplication(EditorSharedTest):
         from .EditorScripts import Edit_DisabledNodeDuplication as test_module
 
@@ -65,6 +66,7 @@ class TestAutomation(EditorTestSuite):
     class test_LandscapeCanvas_GraphUpdates_UpdateComponents(EditorSharedTest):
         from .EditorScripts import GraphUpdates_UpdateComponents as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/10127")
     class test_LandscapeCanvas_LayerBlender_NodeConstruction(EditorSharedTest):
         from .EditorScripts import LayerBlender_NodeConstruction as test_module