Mark mixed sandbox as macOS/Windows only

This commit is contained in:
Kevin Sawicki 2017-06-28 14:35:50 -07:00
parent 04c87cd1c3
commit e37fc0e30a
3 changed files with 8 additions and 4 deletions

View file

@ -568,6 +568,9 @@ describe('app module', function () {
})
describe('mixed sandbox option', function () {
// FIXME Get these specs running on Linux
if (process.platform === 'linux') return
let appProcess = null
let server = null
const socketPath = process.platform === 'win32' ? '\\\\.\\pipe\\electron-mixed-sandbox' : '/tmp/electron-mixed-sandbox'