diff --git a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs index da0e3b9d73..e50d4f82fe 100644 --- a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs +++ b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs @@ -74,7 +74,6 @@ IEnumerator WaitForActionRename(int index, bool isActive, double timeoutSecs = 5 #endregion [Test] - [Ignore("Instability, see ISXB-1284")] public void CanListActionMaps() { var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container"); @@ -88,7 +87,6 @@ public void CanListActionMaps() } [UnityTest] - [Ignore("Instability, see ISXB-1284")] public IEnumerator CanCreateActionMap() { var button = m_Window.rootVisualElement.Q