Skip to content

Commit

Permalink
enable app sandbox tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Dec 3, 2018
1 parent 02f2e74 commit 398e9fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/api-app-spec.js
Expand Up @@ -930,13 +930,6 @@ describe('app module', () => {
const socketPath = process.platform === 'win32' ? '\\\\.\\pipe\\electron-mixed-sandbox' : '/tmp/electron-mixed-sandbox'

beforeEach(function (done) {
// XXX(alexeykuzmin): Calling `.skip()` inside a `before` hook
// doesn't affect nested `describe`s.
// FIXME Get these specs running on Linux
if (process.platform === 'linux') {
this.skip()
}

fs.unlink(socketPath, () => {
server = net.createServer()
server.listen(socketPath)
Expand Down

0 comments on commit 398e9fc

Please sign in to comment.