From 99caf0d6ae4ffe771ed173ad82678022097253b9 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 10 Dec 2024 16:31:06 +0100 Subject: [PATCH] disable the other two tests too --- Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs index 7e9be220bd..ce912230d2 100644 --- a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs +++ b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs @@ -58,6 +58,7 @@ IEnumerator WaitForActionMapRename(int index, bool isActive, double timeoutSecs #endregion [Test] + [Ignore("Instability, see ISXB-1284")] public void CanListActionMaps() { var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container"); @@ -100,6 +101,7 @@ public IEnumerator CanCreateActionMap() } [UnityTest] + [Ignore("Instability, see ISXB-1284")] public IEnumerator CanRenameActionMap() { var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container");