We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a758831 commit 7864f4cCopy full SHA for 7864f4c
test/specs/http.spec.js
@@ -49,7 +49,9 @@ describe("HTTP options", () => {
49
}
50
});
51
52
- describe("http.redirect", () => {
+ // 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", () => {
55
if (host.browser.safari && host.karma && host.karma.ci) {
56
// These tests fail in Safari when running on Sauce Labs (they pass when running on Safari locally).
57
// It gets an XHR error when trying to reach httpbin.org.
0 commit comments