We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aea79a + c756a5e commit 372dbb2Copy full SHA for 372dbb2
Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
@@ -71,6 +71,7 @@ public void CanListActionMaps()
71
}
72
73
[UnityTest]
74
+ [Ignore("Instability, see ISXB-1284")]
75
public IEnumerator CanCreateActionMap()
76
{
77
var button = m_Window.rootVisualElement.Q<Button>("add-new-action-map-button");
@@ -147,6 +148,7 @@ public IEnumerator CanRenameActionMap()
147
148
149
150
151
152
public IEnumerator CanDeleteActionMap()
153
154
var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container");
0 commit comments