2
0
Эх сурвалжийг харах

Disabling SC Spawnables tests for investigation (#10354)

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 3 жил өмнө
parent
commit
cf0ee6a08d

+ 5 - 0
AutomatedTesting/Gem/PythonTests/Prefab/TestSuite_Main.py

@@ -72,18 +72,23 @@ class TestAutomationNoAutoTestMode(EditorTestSuite):
     class test_PrefabNotifications_RootPrefabLoadedNotificationsReceived(EditorSharedTest):
         from .tests.prefab_notifications import PrefabNotifications_RootPrefabLoadedNotificationsReceived as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/9789")
     class test_SC_Spawnables_SimpleSpawnAndDespawn(EditorSharedTest):
         from .tests.spawnables import SC_Spawnables_SimpleSpawnAndDespawn as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/9789")
     class test_SC_Spawnables_EntityClearedOnGameModeExit(EditorSharedTest):
         from .tests.spawnables import SC_Spawnables_EntityClearedOnGameModeExit as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/9789")
     class test_SC_Spawnables_MultipleSpawnsFromSingleTicket(EditorSharedTest):
         from .tests.spawnables import SC_Spawnables_MultipleSpawnsFromSingleTicket as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/9789")
     class test_SC_Spawnables_NestedSpawn(EditorSharedTest):
         from .tests.spawnables import SC_Spawnables_NestedSpawn as test_module
 
+    @pytest.mark.skip(reason="https://github.com/o3de/o3de/issues/9789")
     class test_SC_Spawnables_DespawnOnEntityDeactivate(EditorSharedTest):
         from .tests.spawnables import SC_Spawnables_DespawnOnEntityDeactivate as test_module