webbrowser: disable some tests that open windows.

master
John Benediktsson 2020-04-09 13:34:57 -07:00
parent 0e5a3e2f6a
commit ce7cad8bd3
1 changed files with 4 additions and 2 deletions

View File

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