diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index c50061887b90..c943e027d695 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -162,15 +162,7 @@ describe('app module', () => { expect(code).to.equal(123) }) - // FIXME(alexeykuzmin): Constantly fails with Ch66 on linux, - // but looks good with Ch67. - // Enable the test after Ch67 is merged into master. it('closes all windows', async function () { - if (process.platform === 'linux') { - this.skip() - return - } - const appPath = path.join(__dirname, 'fixtures', 'api', 'exit-closes-all-windows-app') const electronPath = remote.getGlobal('process').execPath