Skip to content

Commit

Permalink
Merge branch 'develop' into docs-quality-week-2024-uiinputmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreire-unity authored Dec 10, 2024
2 parents c977d73 + c756a5e commit ed8d290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void CanListActionMaps()
}

[UnityTest]
[Ignore("Instability, see ISXB-1284")]
public IEnumerator CanCreateActionMap()
{
var button = m_Window.rootVisualElement.Q<Button>("add-new-action-map-button");
Expand Down Expand Up @@ -147,6 +148,7 @@ public IEnumerator CanRenameActionMap()
}

[UnityTest]
[Ignore("Instability, see ISXB-1284")]
public IEnumerator CanDeleteActionMap()
{
var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container");
Expand Down

0 comments on commit ed8d290

Please sign in to comment.