Skip to content

Commit 4c2ec29

Browse files
committed
Add more explicit ignore message
1 parent 51c4e93 commit 4c2ec29

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
@@ -76,7 +76,7 @@ protected override void OnOneTimeSetup()
7676
#else
7777
if (!CanConnectToServer(m_TransportHost, k_TransportPort))
7878
{
79-
Assert.Ignore("ignoring DA codec tests because UTP transport cannot connect to the runtime");
79+
Assert.Ignore($"ignoring DA codec tests because UTP transport cannot connect to the rust echo-server at ${m_TransportHost}:{k_TransportPort}");
8080
}
8181
#endif
8282
base.OnOneTimeSetup();

0 commit comments

Comments
 (0)