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/Editor/Metrics/NetworkMetricsRegistrationTests.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ internal class NetworkMetricsRegistrationTests
16
16
.ToArray();
17
17
18
18
[TestCaseSource(nameof(s_MetricTypes))]
19
-
[Ignore("Disable test while we reevaluate the assumption that INetworkMetricEvent interfaces must be reported from MLAPI.")]
19
+
[Ignore("Disable test while we reevaluate the assumption that INetworkMetricEvent interfaces must be reported from MLAPI. This ignored test is tracked in MTT-11339")]
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Tests/Runtime/NetworkVariable/NetworkVariableTests.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2159,7 +2159,7 @@ public string ArrayStr<T>(NativeArray<T> arr) where T : unmanaged
2159
2159
}
2160
2160
2161
2161
[Test]
2162
-
[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
2162
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Ignored test tracked in MTT-11343
@@ -2613,7 +2613,7 @@ public string DictionaryStr<TKey, TVal>(Dictionary<TKey, TVal> list)
2613
2613
}
2614
2614
2615
2615
[Test]
2616
-
[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
2616
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Ignored test tracked in MTT-11343
@@ -2800,7 +2800,7 @@ public void WhenSerializingAndDeserializingVeryLargeListNetworkVariables_ValuesA
2800
2800
}
2801
2801
2802
2802
[Test]
2803
-
[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
2803
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Ignored test tracked in MTT-11343
@@ -2956,7 +2956,7 @@ public void WhenSerializingAndDeserializingVeryLargeHashSetNetworkVariables_Valu
2956
2956
}
2957
2957
2958
2958
[Test]
2959
-
[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
2959
+
[UnityPlatform(exclude=new[]{RuntimePlatform.Android,RuntimePlatform.IPhonePlayer})]// Ignored test tracked in MTT-11343
0 commit comments