From ce7cad8bd3189807640795445502f5c51fc37753 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 9 Apr 2020 13:34:57 -0700 Subject: [PATCH] webbrowser: disable some tests that open windows. --- basis/webbrowser/webbrowser-tests.factor | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/basis/webbrowser/webbrowser-tests.factor b/basis/webbrowser/webbrowser-tests.factor index e340521ceb..3afe8ee42d 100644 --- a/basis/webbrowser/webbrowser-tests.factor +++ b/basis/webbrowser/webbrowser-tests.factor @@ -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