Skip to content

Commit

Permalink
Merge branch 'develop' into docs-quality-week-2024-inputstatehistory
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndon-unity authored Dec 10, 2024
2 parents 9aea79a + c756a5e commit 372dbb2
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 372dbb2

Please sign in to comment.