Skip to content

Commit

Permalink
Disable yet another flaky-on-CI XHR test
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 20, 2017
1 parent dabf1a4 commit ce13678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web-platform-tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ describe("Web Platform Tests", () => {
"XMLHttpRequest/setrequestheader-header-forbidden.htm",
"XMLHttpRequest/setrequestheader-open-setrequestheader.htm",
"XMLHttpRequest/status-async.htm",
"XMLHttpRequest/status-basic.htm",
// "XMLHttpRequest/status-basic.htm", // passes locally, and sometimes on Travis CI, but with a 60 second timeout often fails on CI
"XMLHttpRequest/status-error.htm",
"XMLHttpRequest/timeout-cors-async.htm",
"XMLHttpRequest/timeout-sync.htm",
Expand Down

0 comments on commit ce13678

Please sign in to comment.