Disable test that no longer works.
At some point in September 2020, q.com:9887 stopped working for this test. It's disabled until we can find a replacement. As far as I can tell, there aren't any sites that behave the way q.com did prior to September 2020.
This commit is contained in:
parent
331a710e22
commit
abec838b51
|
@ -101,7 +101,7 @@
|
|||
|
||||
(check-match (connect/test "GET" "/" #f) (regexp #px"^HTTP/\\S+\\s+405"))
|
||||
(check-match (connect/test "A B" "/" #f) (regexp #px"^HTTP/\\S+\\s+400"))
|
||||
(check-match (connect/test "CONNECT" "q.com:9887" #f) (regexp #px"^HTTP/\\S+\\s+410"))
|
||||
#;(check-match (connect/test "CONNECT" "q.com:9887" #f) (regexp #px"^HTTP/\\S+\\s+410"))
|
||||
(check-match (connect/test "CONNECT" (format "localhost:~a" echo-port)
|
||||
#f #:body "blah blah blah!")
|
||||
(regexp #px"^HTTP/\\S+\\s+200.*blah!$"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user