Browse Source

Suppress ffi test on Windows

Cheng Zhao 9 years ago
parent
commit
3402c7be3f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      spec/modules-spec.js

+ 2 - 0
spec/modules-spec.js

@@ -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', {