Skip to content

Commit 99caf0d

Browse files
committed
disable the other two tests too
1 parent c756a5e commit 99caf0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ IEnumerator WaitForActionMapRename(int index, bool isActive, double timeoutSecs
5858
#endregion
5959

6060
[Test]
61+
[Ignore("Instability, see ISXB-1284")]
6162
public void CanListActionMaps()
6263
{
6364
var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container");
@@ -100,6 +101,7 @@ public IEnumerator CanCreateActionMap()
100101
}
101102

102103
[UnityTest]
104+
[Ignore("Instability, see ISXB-1284")]
103105
public IEnumerator CanRenameActionMap()
104106
{
105107
var actionMapsContainer = m_Window.rootVisualElement.Q("action-maps-container");

0 commit comments

Comments
 (0)