See #18409
This commit is contained in:
Jeremy Apthorp 2019-05-22 11:42:24 -07:00
Родитель ec3a4cea6a
Коммит e56adafc1f
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -835,7 +835,9 @@ describe('Menu module', () => {
})
})
describe('menu accelerators', () => {
// FIXME(nornagon): this is disabled due to an issue with nan in current v8.
// See https://github.com/electron/electron/issues/18409
describe.skip('menu accelerators', () => {
let testFn = it
try {
// We have other tests that check if native modules work, if we fail to require

Просмотреть файл

@ -382,7 +382,9 @@ describe('webContents module', () => {
})
})
describe('devtools window', () => {
// FIXME(nornagon): this is disabled due to an issue with nan in current v8.
// See https://github.com/electron/electron/issues/18409
describe.skip('devtools window', () => {
let testFn = it
if (process.platform === 'darwin' && isCi) {
testFn = it.skip