Skip to content

Commit

Permalink
Merge pull request request#1164 from nylen/tests-disable-timeout-on-t…
Browse files Browse the repository at this point in the history
…ravis

Disable tests/test-timeout.js on Travis
  • Loading branch information
mikeal committed Oct 14, 2014
2 parents ae7f58e + dcdb8c0 commit 3195e32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test-timeout.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if (process.env.TRAVIS == 'true') {
console.error('This test is unreliable on Travis; skipping.')
process.exit(0)
}

var server = require('./server')
, events = require('events')
, stream = require('stream')
Expand Down

0 comments on commit 3195e32

Please sign in to comment.