diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index c44cef392a97f..a7f0e323955e8 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -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)