File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
com.unity.netcode.gameobjects/Tests/Runtime Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1558,6 +1558,7 @@ public UniversalRpcTestDeferLocal(HostOrServer hostOrServer) : base(hostOrServer
15581558 }
15591559
15601560 [ Test ]
1561+ [ Ignore ( "Fails on desktop" ) ]
15611562 // All the test cases that involve sends that will be delivered locally
15621563 [ TestCase ( SendTo . Everyone , 0u , 0u ) ]
15631564 [ TestCase ( SendTo . Everyone , 0u , 1u ) ]
@@ -1648,6 +1649,7 @@ ulong sender
16481649 }
16491650
16501651 [ Test ]
1652+ [ Ignore ( "Test fails on desktop" ) ]
16511653 // All the test cases that involve sends that will be delivered locally
16521654 [ TestCase ( SendTo . Everyone , 0u , 0u ) ]
16531655 [ TestCase ( SendTo . Everyone , 0u , 1u ) ]
@@ -1737,6 +1739,7 @@ ulong sender
17371739 }
17381740
17391741 [ Test ]
1742+ [ Ignore ( "Test fails on mobile" ) ]
17401743 // All the test cases that involve sends that will be delivered locally
17411744 [ TestCase ( SendTo . Everyone , 0u , 0u ) ]
17421745 [ TestCase ( SendTo . Everyone , 0u , 1u ) ]
You can’t perform that action at this time.
0 commit comments