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

Commit

Permalink
Bug 1115400 - Enable toolbar module tests for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Dec 25, 2014
1 parent f31ff4c commit 86351a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/test-ui-toolbar.js
Expand Up @@ -20,7 +20,6 @@ const { object } = require("sdk/util/sequence");
const { CustomizationInput } = require("sdk/input/customizable-ui");
const { OutputPort } = require("sdk/output/system");
const output = new OutputPort({ id: "toolbar-change" });
const packaging = require("@loader/options");

const wait = (toolbar, event) => {
let { promise, resolve } = defer();
Expand Down Expand Up @@ -475,10 +474,4 @@ exports["test button are attached to toolbar"] = function*(assert) {
toolbar.destroy();
};

if (packaging.isNative) {
module.exports = {
"test skip on jpm": (assert) => assert.pass("skipping this file with jpm")
};
}

require("sdk/test").run(module.exports);

0 comments on commit 86351a3

Please sign in to comment.