http.client: disable sni test that hits the velox.ch site as per requested by the site owner.
parent
076a978be0
commit
0e55a173a0
|
@ -44,11 +44,15 @@ IN: http.client.tests
|
||||||
{ "DELETE" } [ "http://arc.com" <delete-request> method>> ] unit-test
|
{ "DELETE" } [ "http://arc.com" <delete-request> method>> ] unit-test
|
||||||
{ "TRACE" } [ "http://concatenative.org" <trace-request> method>> ] unit-test
|
{ "TRACE" } [ "http://concatenative.org" <trace-request> method>> ] unit-test
|
||||||
{ "OPTIONS" } [ "http://factorcode.org" <options-request> method>> ] unit-test
|
{ "OPTIONS" } [ "http://factorcode.org" <options-request> method>> ] unit-test
|
||||||
{ t } [
|
|
||||||
"https://alice.sni.velox.ch" http-get nip
|
! Do not re-enable this for the test suite.
|
||||||
[ "Great!" swap subseq? ]
|
! We should replace this with a similar test that does not
|
||||||
[ "TLS SNI Test Site: alice.sni.velox.ch" swap subseq? ] bi and
|
! hit the velox.ch website.
|
||||||
] 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
|
||||||
|
|
||||||
{ t } [
|
{ t } [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue