You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Tests/Runtime/HelpUrlTests.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@ internal class HelpUrlTests
21
21
22
22
privateboolm_VerboseLogging=false;
23
23
24
+
// IOS platform can't run this test for some reason.
25
+
// Could be due to some network security on iOS or similar
26
+
// Note that it's ok to disable this for iOS since the paths are validated in the same way on different devices and we only validate paths so we still have full coverage here
0 commit comments