webbrowser: disable some tests that open windows.
parent
0e5a3e2f6a
commit
ce7cad8bd3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue