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

Commit

Permalink
Bug 880619 - Disable test-dom.js because of frequent test failures. r…
Browse files Browse the repository at this point in the history
…=mossop
  • Loading branch information
KWierso committed Jun 12, 2013
1 parent 90857c3 commit 559fec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const events = require("sdk/dom/events");
const { activeBrowserWindow: { document } } = require("sdk/deprecated/window-utils");
const window = document.window;

/*
exports["test on / emit"] = function (assert, done) {
let element = document.createElement("div");
events.on(element, "click", function listener(event) {
Expand Down Expand Up @@ -84,5 +84,5 @@ exports["test once"] = function (assert, done) {
events.emit(element, "click", options);
}

*/
require("test").run(exports);

0 comments on commit 559fec6

Please sign in to comment.