spec: Suppress flaky tests on Travis

This commit is contained in:
Cheng Zhao 2015-12-04 12:25:46 +08:00
parent 13c737823b
commit 7c1ea0b0f4

View file

@ -365,6 +365,9 @@ describe 'protocol module', ->
done(error)
it 'sends error when callback is called with nothing', (done) ->
# Flaky on Travis.
return done() if process.env.TRAVIS is 'true'
protocol.interceptBufferProtocol 'http', emptyHandler, (error) ->
return done(error) if error
$.ajax