diff --git a/Assets/Tests/InputSystem/Plugins/OnScreenTests.cs b/Assets/Tests/InputSystem/Plugins/OnScreenTests.cs index f324a6eb07..4b38382e47 100644 --- a/Assets/Tests/InputSystem/Plugins/OnScreenTests.cs +++ b/Assets/Tests/InputSystem/Plugins/OnScreenTests.cs @@ -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() { diff --git a/Assets/Tests/InputSystem/Plugins/UITests.cs b/Assets/Tests/InputSystem/Plugins/UITests.cs index 8d2248c611..eda76b62cc 100644 --- a/Assets/Tests/InputSystem/Plugins/UITests.cs +++ b/Assets/Tests/InputSystem/Plugins/UITests.cs @@ -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() { @@ -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