Skip to content

Commit a365c26

Browse files
committed
Reenabled NetworkVariableTests
1 parent 00766c3 commit a365c26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/NetworkVariable/NetworkVariableTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,6 @@ public string ArrayStr<T>(NativeArray<T> arr) where T : unmanaged
21592159
}
21602160

21612161
[Test]
2162-
[UnityPlatform(exclude = new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] // Ignored test tracked in MTT-11343
21632162
[Repeat(5)]
21642163
public void WhenSerializingAndDeserializingVeryLargeValueTypeNativeArrayNetworkVariables_ValuesAreSerializedCorrectly(
21652164

@@ -2613,7 +2612,6 @@ public string DictionaryStr<TKey, TVal>(Dictionary<TKey, TVal> list)
26132612
}
26142613

26152614
[Test]
2616-
[UnityPlatform(exclude = new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] // Ignored test tracked in MTT-11343
26172615
[Repeat(5)]
26182616
public void WhenSerializingAndDeserializingVeryLargeListNetworkVariables_ValuesAreSerializedCorrectly(
26192617

@@ -2800,7 +2798,6 @@ public void WhenSerializingAndDeserializingVeryLargeListNetworkVariables_ValuesA
28002798
}
28012799

28022800
[Test]
2803-
[UnityPlatform(exclude = new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] // Ignored test tracked in MTT-11343
28042801
[Repeat(5)]
28052802
public void WhenSerializingAndDeserializingVeryLargeHashSetNetworkVariables_ValuesAreSerializedCorrectly(
28062803

@@ -2956,7 +2953,6 @@ public void WhenSerializingAndDeserializingVeryLargeHashSetNetworkVariables_Valu
29562953
}
29572954

29582955
[Test]
2959-
[UnityPlatform(exclude = new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] // Ignored test tracked in MTT-11343
29602956
[Repeat(5)]
29612957
public void WhenSerializingAndDeserializingVeryLargeDictionaryNetworkVariables_ValuesAreSerializedCorrectly(
29622958

0 commit comments

Comments
 (0)