gnu: node: Disable flaky test.
* gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically.
This commit is contained in:
parent
307feca4e6
commit
5158326539
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@
|
||||||
;; This requires a DNS resolver.
|
;; This requires a DNS resolver.
|
||||||
(delete-file "test/parallel/test-dns.js")
|
(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
|
;; These tests have an expiry date: they depend on the validity of
|
||||||
;; TLS certificates that are bundled with the source. We want this
|
;; TLS certificates that are bundled with the source. We want this
|
||||||
;; package to be reproducible forever, so remove those.
|
;; package to be reproducible forever, so remove those.
|
||||||
|
|
Reference in a new issue