Skip to content

Commit 76c884d

Browse files
committed
Fix HelpURL tests on ios
1 parent a89dca5 commit 76c884d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ internal class HelpUrlTests
2121

2222
private bool m_VerboseLogging = false;
2323

24+
// IOS platform can't run this test for some reason.
2425
[UnityTest]
26+
[UnityPlatform(exclude = new[] { RuntimePlatform.IPhonePlayer })]
2527
public IEnumerator ValidateUrlsAreValid()
2628
{
2729
var names = new List<string>();

0 commit comments

Comments
 (0)