Skip to content

Commit 65b5226

Browse files
authored
CHANGE: Enable fixed UI tests on Android (#1251).
1 parent b594670 commit 65b5226

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Assets/Tests/InputSystem/Plugins/UITests.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ private static TestObjects CreateScene(int minY = 0 , int maxY = 480, bool noFir
134134
[TestCase("Touchscreen", UIPointerType.Touch, PointerEventData.InputButton.Left, ExpectedResult = 1)]
135135
[TestCase("TrackedDeviceWithButton", UIPointerType.Tracked, PointerEventData.InputButton.Left, ExpectedResult = 1)]
136136
[TestCase("GenericDeviceWithPointingAbility", UIPointerType.MouseOrPen, PointerEventData.InputButton.Left, ExpectedResult = 1)]
137-
#if UNITY_ANDROID && !UNITY_EDITOR
138-
[Ignore("Case 1254576")]
139-
#endif
140137
public IEnumerator UI_CanDriveUIFromPointer(string deviceLayout, UIPointerType pointerType, PointerEventData.InputButton clickButton)
141138
{
142139
InputSystem.RegisterLayout(kTrackedDeviceWithButton);
@@ -1017,9 +1014,6 @@ public IEnumerator UI_CanDriveUIFromPointer(string deviceLayout, UIPointerType p
10171014
[TestCase(UIPointerBehavior.SingleUnifiedPointer, ExpectedResult = -1)]
10181015
[TestCase(UIPointerBehavior.AllPointersAsIs, ExpectedResult = -1)]
10191016
[TestCase(UIPointerBehavior.SingleMouseOrPenButMultiTouchAndTrack, ExpectedResult = -1)]
1020-
#if UNITY_ANDROID && !UNITY_EDITOR
1021-
[Ignore("Case 1254576")]
1022-
#endif
10231017
public IEnumerator UI_CanDriveUIFromMultiplePointers(UIPointerBehavior pointerBehavior)
10241018
{
10251019
InputSystem.RegisterLayout(kTrackedDeviceWithButton);
@@ -1416,9 +1410,6 @@ public IEnumerator UI_CanDriveUIFromMultipleTouches()
14161410

14171411
[UnityTest]
14181412
[Category("UI")]
1419-
#if UNITY_ANDROID && !UNITY_EDITOR
1420-
[Ignore("Case 1254576")]
1421-
#endif
14221413
public IEnumerator UI_CanDriveUIFromMultipleTrackedDevices()
14231414
{
14241415
InputSystem.RegisterLayout(kTrackedDeviceWithButton);

0 commit comments

Comments
 (0)