Skip to content

Commit 7864f4c

Browse files
Temporarily disabling redirect tests because HTTPBin is down
1 parent a758831 commit 7864f4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/specs/http.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ describe("HTTP options", () => {
4949
}
5050
});
5151

52-
describe("http.redirect", () => {
52+
// 2020-07-08 - The HTTPBin redirect endpoints are suddenly returning 404 errors. Not sure why 🤷‍♂️
53+
// TODO: Re-enable these tests once HTTPBin is working again
54+
describe.skip("http.redirect", () => {
5355
if (host.browser.safari && host.karma && host.karma.ci) {
5456
// These tests fail in Safari when running on Sauce Labs (they pass when running on Safari locally).
5557
// It gets an XHR error when trying to reach httpbin.org.

0 commit comments

Comments
 (0)