Skip to content

Commit f84ae99

Browse files
committed
Revert "Reenabled RpcTypeSerializationTests and TimeInitializationTests"
This reverts commit 718728d.
1 parent 50e4702 commit f84ae99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/RpcTypeSerializationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,7 @@ public void WhenSendingAnArrayOfValueTypesOverAnRpc_ValuesAreSerializedCorrectly
15041504
}
15051505

15061506
[Test]
1507+
[UnityPlatform(exclude = new[] { RuntimePlatform.Android, RuntimePlatform.IPhonePlayer })] // Tracked in MTT-11356. The job is failing on mobile devices on 2021 editor specifically
15071508
public void WhenSendingANativeArrayOfValueTypesOverAnRpc_ValuesAreSerializedCorrectly(
15081509

15091510
[Values(typeof(byte), typeof(sbyte), typeof(short), typeof(ushort), typeof(int), typeof(uint),

com.unity.netcode.gameobjects/Tests/Runtime/Timing/TimeInitializationTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class TimeInitializationTest
1616
private NetworkManager m_Client;
1717

1818
[UnityTest]
19+
[UnityPlatform(exclude = new[] { RuntimePlatform.Android })] // Tracked in MTT-11356.
1920
public IEnumerator TestClientTimeInitializationOnConnect([Values(0, 1f)] float serverStartDelay, [Values(0, 1f)] float clientStartDelay, [Values(true, false)] bool isHost)
2021
{
2122
// Create multiple NetworkManager instances

0 commit comments

Comments
 (0)