mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
spec: Suppress flaky tests on Travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user