diff --git a/basis/http/client/client-tests.factor b/basis/http/client/client-tests.factor index 23cd7ea7f4..651770acc8 100644 --- a/basis/http/client/client-tests.factor +++ b/basis/http/client/client-tests.factor @@ -44,11 +44,15 @@ IN: http.client.tests { "DELETE" } [ "http://arc.com" method>> ] unit-test { "TRACE" } [ "http://concatenative.org" method>> ] unit-test { "OPTIONS" } [ "http://factorcode.org" method>> ] unit-test -{ t } [ - "https://alice.sni.velox.ch" http-get nip - [ "Great!" swap subseq? ] - [ "TLS SNI Test Site: alice.sni.velox.ch" swap subseq? ] bi and -] unit-test + +! Do not re-enable this for the test suite. +! We should replace this with a similar test that does not +! hit the velox.ch website. +! { t } [ + ! "https://alice.sni.velox.ch" http-get nip + ! [ "Great!" swap subseq? ] + ! [ "TLS SNI Test Site: alice.sni.velox.ch" swap subseq? ] bi and +! ] unit-test { t } [ {