Skip to content

Commit 5cd7efd

Browse files
committed
Add more explicit ignore message
1 parent 716a55a commit 5cd7efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/DistributedAuthority/DistributedAuthorityCodecTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected override void OnOneTimeSetup()
6060
#else
6161
if (!CanConnectToServer(m_TransportHost, k_TransportPort))
6262
{
63-
Assert.Ignore("ignoring DA codec tests because UTP transport cannot connect to the runtime");
63+
Assert.Ignore($"ignoring DA codec tests because UTP transport cannot connect to the rust echo-server at ${m_TransportHost}:{k_TransportPort}");
6464
}
6565
#endif
6666
base.OnOneTimeSetup();

0 commit comments

Comments
 (0)