Skip to content

Commit

Permalink
Replace slow comma-separated test with fast parse-archs test
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 16, 2017
1 parent f9c4c20 commit 5cee381
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/slow/api_spec_slow.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,6 @@ describe(`electron-forge API (with installer=${installer.substr(12)})`, () => {
skipPackage: true,
})).to.eventually.be.rejectedWith(/incompatible with this version/);
});

it('should succeed when provided comma separated arches', async () => {
// Darwin only has x64 so we can't do this test on that platform
if (process.platform === 'darwin') return;

await forge.make({
dir,
arch: 'ia32,x64',
overrideTargets: ['zip'],
});
});
});
});

Expand Down

0 comments on commit 5cee381

Please sign in to comment.