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:
Sam Tobin-Hochstadt 2020-10-14 10:53:26 -04:00
parent 331a710e22
commit abec838b51

View File

@ -101,7 +101,7 @@
(check-match (connect/test "GET" "/" #f) (regexp #px"^HTTP/\\S+\\s+405")) (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 "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) (check-match (connect/test "CONNECT" (format "localhost:~a" echo-port)
#f #:body "blah blah blah!") #f #:body "blah blah blah!")
(regexp #px"^HTTP/\\S+\\s+200.*blah!$")) (regexp #px"^HTTP/\\S+\\s+200.*blah!$"))