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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1844,7 +1844,7 @@ public void WhenSerializingAndDeserializingValueTypeNetworkVariables_ValuesAreSe
1844
1844
}
1845
1845
1846
1846
[Test]
1847
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on mobile devices on 2021 editor specifically
1847
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356. The job is failing on mobile devices on 2021 editor specifically
@@ -2180,7 +2180,7 @@ public string ArrayStr<T>(NativeArray<T> arr) where T : unmanaged
2180
2180
}
2181
2181
2182
2182
[Test]
2183
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on iOS
2183
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356.
@@ -2646,7 +2646,7 @@ public string DictionaryStr<TKey, TVal>(Dictionary<TKey, TVal> list)
2646
2646
}
2647
2647
2648
2648
[Test]
2649
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on iOS
2649
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356.
@@ -2833,7 +2833,7 @@ public void WhenSerializingAndDeserializingVeryLargeListNetworkVariables_ValuesA
2833
2833
}
2834
2834
2835
2835
[Test]
2836
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on iOS
2836
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356.
@@ -2989,7 +2989,7 @@ public void WhenSerializingAndDeserializingVeryLargeHashSetNetworkVariables_Valu
2989
2989
}
2990
2990
2991
2991
[Test]
2992
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// I will add this test to track in Jira as next step (after having working CI in place). The job is unstable on mobile devices
2992
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356.
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Tests/Runtime/RpcTypeSerializationTests.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1504,7 +1504,7 @@ public void WhenSendingAnArrayOfValueTypesOverAnRpc_ValuesAreSerializedCorrectly
1504
1504
}
1505
1505
1506
1506
[Test]
1507
-
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// I will add this test to track in Jira as next step (after having working CI in place). The job is failing on mobile devices on 2021 editor specifically
1507
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Tracked in MTT-11356. The job is failing on mobile devices on 2021 editor specifically
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Tests/Runtime/Timing/TimeInitializationTest.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ public class TimeInitializationTest
16
16
privateNetworkManagerm_Client;
17
17
18
18
[UnityTest]
19
-
[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
19
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android})]// Tracked in MTT-11356.
0 commit comments