spec: ffi is crashing on OS X
This commit is contained in:
parent
f8f8db7e88
commit
706deae1b0
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ describe 'third-party module', ->
|
||||||
done()
|
done()
|
||||||
|
|
||||||
describe 'ffi', ->
|
describe 'ffi', ->
|
||||||
|
return if process.platform is 'darwin'
|
||||||
it 'does not crash', ->
|
it 'does not crash', ->
|
||||||
require 'ffi'
|
require 'ffi'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue