Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Disable failing XHR test until platform bug 707256 is fixed.(cherry p…
Browse files Browse the repository at this point in the history
…icked from commit 8a92726)
  • Loading branch information
Gozala authored and mykmelez committed Dec 7, 2011
1 parent 37b95ac commit 604069d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api-utils/tests/test-xhr.js
Expand Up @@ -2,12 +2,14 @@ var xhr = require("xhr");
var timer = require("timer");
var { Loader } = require("./helpers");

/* Test is intentionally disabled until platform bug 707256 is fixed.
exports.testAbortedXhr = function(test) {
var req = new xhr.XMLHttpRequest();
test.assertEqual(xhr.getRequestCount(), 1);
req.abort();
test.assertEqual(xhr.getRequestCount(), 0);
};
*/

exports.testLocalXhr = function(test) {
var req = new xhr.XMLHttpRequest();
Expand Down

0 comments on commit 604069d

Please sign in to comment.