mbakke pushed a commit to branch master
in repository guix.

commit ebc097699ca6b01412e93fb41d236b9b73bcc038
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Jan 10 21:34:27 2022 +0100

    gnu: node: Disable flaky test.
    
    * gnu/packages/node.scm (node, node-lts)[arguments]: Delete flaky test.
---
 gnu/packages/node.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 5ec54b52eb..587b66f8c2 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2021 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2017 Mike Gerwitz <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018, 2019, 2020, 2021 Marius Bakke <[email protected]>
+;;; Copyright © 2018-2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2020, 2021 Pierre Langlois <[email protected]>
 ;;; Copyright © 2020 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2021 Simon Tournier <[email protected]>
@@ -153,6 +153,10 @@
              ;; This requires a DNS resolver.
              (delete-file "test/parallel/test-dns.js")
 
+             ;; This test is timing-sensitive, and fails sporadically on
+             ;; slow, busy, or even very fast machines.
+             (delete-file "test/parallel/test-fs-utimes.js")
+
              ;; FIXME: This test fails randomly:
              ;; https://github.com/nodejs/node/issues/31213
              (delete-file 
"test/parallel/test-net-listen-after-destroying-stdin.js")
@@ -812,6 +816,10 @@ source files.")
                ;; These tests require networking.
                (delete-file "test/parallel/test-https-agent-unref-socket.js")
 
+               ;; This test is timing-sensitive, and fails sporadically on
+               ;; slow, busy, or even very fast machines.
+               (delete-file "test/parallel/test-fs-utimes.js")
+
                ;; FIXME: This test fails randomly:
                ;; https://github.com/nodejs/node/issues/31213
                (delete-file 
"test/parallel/test-net-listen-after-destroying-stdin.js")

Reply via email to