mbakke pushed a commit to branch master
in repository guix.

commit 51583265394fdab4fecf2710dcf142cd3793c692
Author: Marius Bakke <mba...@fastmail.com>
AuthorDate: Mon Feb 10 19:48:13 2020 +0100

    gnu: node: Disable flaky test.
    
    * gnu/packages/node.scm (node)[arguments]: Delete test that fails 
sporadically.
---
 gnu/packages/node.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 83427d9..1494e2e 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -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.

Reply via email to