From ffbcb9521c62d49db2f6214dae695aa60a0cfec0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 24 Aug 2025 17:06:18 +0100 Subject: guix: Move comment about skipped tests close to them. This comment should have been moved in 886d2fb0888251487941dc590001b16c36a4ed48, but wasn't. --- .guix/cwl-conformance.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.guix/cwl-conformance.scm b/.guix/cwl-conformance.scm index fd5cc7a..8da1645 100644 --- a/.guix/cwl-conformance.scm +++ b/.guix/cwl-conformance.scm @@ -48,8 +48,6 @@ "--test" cwltest-suite "--tool" #$(file-append ravanan "/bin/ravanan") "--badgedir" "badges" - ;; With these tests, evil things happen and too much memory is - ;; consumed. So, disable for now. (append '#$(match skip-tests (() '()) (_ (list "-S" (string-join skip-tests ",")))) @@ -66,6 +64,8 @@ (program-file "cwl-v1.2-conformance" (cwltest-suite-gexp (local-file "../cwl-conformance/manifest.scm") + ;; With these tests, evil things happen and too much memory is + ;; consumed. So, disable for now. #:skip-tests (list "env_home_tmpdir" "env_home_tmpdir_docker" "env_home_tmpdir_docker_no_return_code")))) -- cgit 1.4.1