]> gitweb.factorcode.org Git - factor.git/commitdiff
webbrowser: disable some tests that open windows.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 9 Apr 2020 20:34:57 +0000 (13:34 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 9 Apr 2020 20:35:28 +0000 (13:35 -0700)
basis/webbrowser/webbrowser-tests.factor

index e340521cebfe57f0a82900c31cd9c3534f3575f6..3afe8ee42dd110e9db7b220de02d16c47bc033a3 100644 (file)
@@ -6,5 +6,7 @@ USING: io.pathnames tools.test urls webbrowser ;
 { f } [ "moo" url-string? ] unit-test
 { f } [ 123 url-string? ] unit-test
 
-{ } [ "" absolute-path open-item ] unit-test
-{ } [ URL" http://www.google.com" open-item ] unit-test
+! Disabled these tests, which would be nice to have, but hard
+! on automated build machines to test and verify.
+! { } [ "" absolute-path open-item ] unit-test
+! { } [ URL" http://www.google.com" open-item ] unit-test