me
/
guix
Archived
1
0
Fork 0

gnu: node: Disable flaky test.

* gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically.
master
Marius Bakke 2020-02-10 19:48:13 +01:00
parent 307feca4e6
commit 5158326539
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@
;; This requires a DNS resolver.
(delete-file "test/parallel/test-dns.js")
;; FIXME: This test fails randomly:
;; https://github.com/nodejs/node/issues/31213
(delete-file "test/parallel/test-net-listen-after-destroying-stdin.js")
;; These tests have an expiry date: they depend on the validity of
;; TLS certificates that are bundled with the source. We want this
;; package to be reproducible forever, so remove those.