There was an error while loading. Please reload this page.
1 parent a1e1f27 commit f3f2ed9Copy full SHA for f3f2ed9
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