mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Suppress ffi test on Windows
This commit is contained in:
@@ -23,6 +23,8 @@ describe('third-party module', function () {
|
||||
})
|
||||
|
||||
describe('ffi', function () {
|
||||
if (process.platform === 'win32') return
|
||||
|
||||
it('does not crash', function () {
|
||||
var ffi = require('ffi')
|
||||
var libm = ffi.Library('libm', {
|
||||
|
||||
Reference in New Issue
Block a user