You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransformAnticipationTests.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,8 @@ public AnticipatedNetworkTransform GetOtherClientComponent()
114
114
}
115
115
116
116
[Test]
117
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android})]// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on Android
117
+
// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on Android
0 commit comments