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/NetworkVariableTests.cs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1844,6 +1844,7 @@ public void WhenSerializingAndDeserializingValueTypeNetworkVariables_ValuesAreSe
1844
1844
}
1845
1845
1846
1846
[Test]
1847
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356. The job is failing on mobile devices on 2021 editor specifically
0 commit comments