Skip to content

Commit

Permalink
Ignore failures from latest node in travis
Browse files Browse the repository at this point in the history
Node.js v11.x introduced a difference with how timers are run that
results in some about ids in the blacklisted tests being off.  Needs
investigation but, regardless, should be fixed by T206222

See nodejs/node#22842

Bug: T206222
Change-Id: I9f0f906390d763ea52c61c9ae586da13172d687e
  • Loading branch information
arlolra authored and jenkins-bot committed Nov 29, 2018
1 parent 63bd719 commit 05f0f9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ node_js:
# From the nvm docs, "this installs the latest version of node".
- "node"

# FIXME: Node.js v11.x introduced a difference with how timers are run that
# results in some about ids in blacklisted tests being off. Needs
# investigation but, regardless, should be fixed by T206222
# See https://github.com/nodejs/node/pull/22842
matrix:
allow_failures:
- node_js: "node"

before_install:
- npm i -g npm@3

Expand Down

0 comments on commit 05f0f9b

Please sign in to comment.