Skip to content

Commit

Permalink
Disable test that has random coverage based on race condition with ot…
Browse files Browse the repository at this point in the history
…her parallel tests. This will decrease coverage until rewritten and added back. (#163)
  • Loading branch information
bingenito authored May 18, 2018
1 parent c44e0ea commit 5b040a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Electron/electron.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ describe("ElectronContainer", () => {
container.createWindow("url");
});

it ("app browser-window-created fires Container window-created", (done) => {
xit("app browser-window-created fires Container window-created", (done) => {
new ElectronContainer(electron, new MockMainIpc(), globalWindow, { isRemote: false });
ContainerWindow.addListener("window-created", () => done());
electron.app.emit("browser-window-created", {}, { webContents: {id: "id"}});
Expand Down

0 comments on commit 5b040a1

Please sign in to comment.