@@ -266,9 +266,6 @@ public void UI_InputModuleHasDefaultActions()
266
266
// of to the previous click).
267
267
[ UnityTest ]
268
268
[ Category ( "UI" ) ]
269
- #if UNITY_IOS || UNITY_TVOS
270
- [ Ignore ( "Failing on iOS https://jira.unity3d.com/browse/ISX-448" ) ]
271
- #endif
272
269
// All pointer input goes through a single code path. Goes for Pointer-derived devices as well as for TrackedDevice input but
273
270
// also any other input that can deliver point and click functionality.
274
271
//
@@ -1182,9 +1179,6 @@ public IEnumerator UI_CanReceivePointerExitsWhenChangingUIStateWithoutMovingPoin
1182
1179
[ TestCase ( UIPointerBehavior . SingleUnifiedPointer , ExpectedResult = - 1 ) ]
1183
1180
[ TestCase ( UIPointerBehavior . AllPointersAsIs , ExpectedResult = - 1 ) ]
1184
1181
[ TestCase ( UIPointerBehavior . SingleMouseOrPenButMultiTouchAndTrack , ExpectedResult = - 1 ) ]
1185
- #if UNITY_IOS || UNITY_TVOS
1186
- [ Ignore ( "Failing on iOS https://jira.unity3d.com/browse/ISX-448" ) ]
1187
- #endif
1188
1182
public IEnumerator UI_CanDriveUIFromMultiplePointers ( UIPointerBehavior pointerBehavior )
1189
1183
{
1190
1184
InputSystem . RegisterLayout ( kTrackedDeviceWithButton ) ;
@@ -1726,9 +1720,6 @@ public IEnumerator UI_CanUseTouchSimulationWithUI()
1726
1720
}
1727
1721
}
1728
1722
1729
- #if UNITY_IOS || UNITY_TVOS
1730
- [ Ignore ( "Failing on iOS https://jira.unity3d.com/browse/ISX-448" ) ]
1731
- #endif
1732
1723
[ UnityTest ]
1733
1724
[ Category ( "UI" ) ]
1734
1725
public IEnumerator UI_CanDriveUIFromMultipleTrackedDevices ( )
@@ -2188,9 +2179,6 @@ public IEnumerator UI_CallingIsPointerOverGameObject_FromActionCallback_ResultsI
2188
2179
yield return null ;
2189
2180
}
2190
2181
2191
- #if UNITY_IOS || UNITY_TVOS
2192
- [ Ignore ( "Failing on iOS https://jira.unity3d.com/browse/ISX-448" ) ]
2193
- #endif
2194
2182
[ UnityTest ]
2195
2183
[ Category ( "UI" ) ]
2196
2184
public IEnumerator UI_CanGetRaycastResultMatchingEvent ( )
@@ -2251,9 +2239,6 @@ public IEnumerator UI_CanGetRaycastResultMatchingEvent()
2251
2239
Assert . That ( raycastResult . isValid , Is . False ) ;
2252
2240
}
2253
2241
2254
- #if UNITY_IOS || UNITY_TVOS
2255
- [ Ignore ( "Failing on iOS https://jira.unity3d.com/browse/ISX-448" ) ]
2256
- #endif
2257
2242
[ UnityTest ]
2258
2243
[ Category ( "UI" ) ]
2259
2244
public IEnumerator UI_XRTrackingOriginTransformModifiesTrackedPointers ( )
0 commit comments