Supress the unzip module spec.

The unzip module is not compatible with node v0.11.x, so we do not need
to test it anymore.
This commit is contained in:
Cheng Zhao 2013-12-15 19:08:10 +08:00
parent 7e67f7632d
commit c87b21148c

View file

@ -10,7 +10,7 @@ describe 'third-party modules', ->
require 'd3'
done()
describe 'unzip', ->
xdescribe 'unzip', ->
unzip = require 'unzip'
it 'fires close event', (done) ->