File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
tests/monotouch-test/Network Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ public void TestStartNoQ ()
7272 [ Test ]
7373 public void TestStateChangesHandler ( )
7474 {
75+ // This test may cause cause a dialog asking for access to the local network. The test will work if access is either granted or
76+ // revoked, but it won't work _while the dialog is up_ (which can't be detected), which makes it rather annoying on the bots.
77+ // So just skip it there.
78+ TestRuntime . IgnoreInCI ( "This test may pop up a dialog asking for access to the local network, which will cause the test to fail." ) ;
79+
7580 // In the test we are doing the following:
7681 //
7782 // 1. Start a browser. At this point, we have no listeners (unless someone is exposing it in the lab)
You can’t perform that action at this time.
0 commit comments