]> gitweb.factorcode.org Git - factor.git/commitdiff
http.client: disable sni test that hits the velox.ch site as per requested by the...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 23 May 2016 05:53:28 +0000 (22:53 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 23 May 2016 05:53:28 +0000 (22:53 -0700)
basis/http/client/client-tests.factor

index 23cd7ea7f49bb14452435ab35b32c1a1cd26fb3c..651770acc8ec437e7b8684670a6de63951e1af32 100644 (file)
@@ -44,11 +44,15 @@ IN: http.client.tests
 { "DELETE" } [ "http://arc.com" <delete-request> method>> ] unit-test
 { "TRACE" } [ "http://concatenative.org" <trace-request> method>> ] unit-test
 { "OPTIONS" } [ "http://factorcode.org" <options-request> 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 } [
     {