We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89dca5 commit 76c884dCopy full SHA for 76c884d
com.unity.netcode.gameobjects/Tests/Runtime/HelpUrlTests.cs
@@ -21,7 +21,9 @@ internal class HelpUrlTests
21
22
private bool m_VerboseLogging = false;
23
24
+ // IOS platform can't run this test for some reason.
25
[UnityTest]
26
+ [UnityPlatform(exclude = new[] { RuntimePlatform.IPhonePlayer })]
27
public IEnumerator ValidateUrlsAreValid()
28
{
29
var names = new List<string>();
0 commit comments