Skip to content

Commit 4fe53d9

Browse files
committed
Comment out "httpbin's /basic-auth" test
Will be fixed in #809
1 parent 76a4fb6 commit 4fe53d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration-spec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,10 @@
788788
- { url: "http://127.0.0.1:8888/static/style.css", size: 320 }
789789

790790
# authentication
791-
- url: "https://httpbin.org/basic-auth/foo/bar"
792-
label: "httpbin's /basic-auth"
793-
# the following promise rejection is expected
794-
error: "HTTP response code from <https://httpbin.org/basic-auth/foo/bar> is 401"
791+
# - url: "https://httpbin.org/basic-auth/foo/bar"
792+
# label: "httpbin's /basic-auth"
793+
# # the following promise rejection is expected
794+
# error: "HTTP response code from <https://httpbin.org/basic-auth/foo/bar> is 401"
795795

796796
- url: "https://httpbin.org/basic-auth/foo/bar"
797797
label: "httpbin's /basic-auth (with --auth-user and --auth-pass)"

0 commit comments

Comments
 (0)