Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Assets/Tests/InputSystem/Plugins/OnScreenTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ public IEnumerator Devices_CanHaveOnScreenJoystickControls()
}

[UnityTest]
[Ignore("Failing on 2023.3.3f1 https://jira.unity3d.com/browse/ISX-1462")]
[Category("Devices")]
public IEnumerator Devices_OnScreenStickDoesNotReceivePointerUpEventsInIsolatedMode()
{
Expand Down
2 changes: 0 additions & 2 deletions Assets/Tests/InputSystem/Plugins/UITests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3930,7 +3930,6 @@ public IEnumerator UI_DisplayIndexMatchesDisplayWithTouchscreenOnScreenSpaceCanv
#if UNITY_TVOS
[Ignore("Failing on tvOS https://jira.unity3d.com/browse/ISX-448")]
#else
[Ignore("Failing on 2023.3.3f1 https://jira.unity3d.com/browse/ISX-1462")]
#endif
public IEnumerator UI_DisplayIndexMatchesDisplayWithTouchscreenOnOverlayCanvas()
{
Expand Down Expand Up @@ -4033,7 +4032,6 @@ public IEnumerator UI_DisplayIndexMatchesDisplayWithMouseOnScreenSpaceCanvas()
}

[UnityTest]
[Ignore("Failing on 2023.3.3f1 https://jira.unity3d.com/browse/ISX-1462")]
public IEnumerator UI_DisplayIndexMatchesDisplayWithMouseOnOverlayCanvas()
{
// Setup the Test Scene
Expand Down