Skip to content

Commit 2782cc2

Browse files
committed
Disabled ConnectSingleClient_Hostname for Android
1 parent cd4df3b commit 2782cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/Transports/UnityTransportConnectionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public IEnumerator ConnectSingleClient_WebSocket_IPAddressAndPath()
132132
#if HOSTNAME_RESOLUTION_AVAILABLE
133133
// Check connection with a single client (hostname).
134134
[UnityTest]
135+
[UnityPlatform(exclude = new[] { RuntimePlatform.Android })] // Test fails on Android for editors 6000.3+ Tracked in MTT-14757
135136
public IEnumerator ConnectSingleClient_Hostname()
136137
{
137138
InitializeTransport(out m_Server, out m_ServerEvents);

0 commit comments

Comments
 (0)