Skip to content

Commit e1f069b

Browse files
authored
CHANGE: Re-enable displayIndex related tests (ISXB-935)
1 parent 445db66 commit e1f069b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Assets/Tests/InputSystem/Plugins/OnScreenTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ public IEnumerator Devices_CanHaveOnScreenJoystickControls()
467467
}
468468

469469
[UnityTest]
470-
[Ignore("Failing on 2023.3.3f1 https://jira.unity3d.com/browse/ISX-1462")]
471470
[Category("Devices")]
472471
public IEnumerator Devices_OnScreenStickDoesNotReceivePointerUpEventsInIsolatedMode()
473472
{

Assets/Tests/InputSystem/Plugins/UITests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3930,7 +3930,6 @@ public IEnumerator UI_DisplayIndexMatchesDisplayWithTouchscreenOnScreenSpaceCanv
39303930
#if UNITY_TVOS
39313931
[Ignore("Failing on tvOS https://jira.unity3d.com/browse/ISX-448")]
39323932
#else
3933-
[Ignore("Failing on 2023.3.3f1 https://jira.unity3d.com/browse/ISX-1462")]
39343933
#endif
39353934
public IEnumerator UI_DisplayIndexMatchesDisplayWithTouchscreenOnOverlayCanvas()
39363935
{
@@ -4033,7 +4032,6 @@ public IEnumerator UI_DisplayIndexMatchesDisplayWithMouseOnScreenSpaceCanvas()
40334032
}
40344033

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

0 commit comments

Comments
 (0)