Skip to content

Commit 05f0f9b

Browse files
arlolrajenkins-bot
authored andcommitted
Ignore failures from latest node in travis
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
1 parent 63bd719 commit 05f0f9b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ node_js:
1010
# From the nvm docs, "this installs the latest version of node".
1111
- "node"
1212

13+
# FIXME: Node.js v11.x introduced a difference with how timers are run that
14+
# results in some about ids in blacklisted tests being off. Needs
15+
# investigation but, regardless, should be fixed by T206222
16+
# See https://github.com/nodejs/node/pull/22842
17+
matrix:
18+
allow_failures:
19+
- node_js: "node"
20+
1321
before_install:
1422
- npm i -g npm@3
1523

0 commit comments

Comments
 (0)