diff options
author | Arun Isaac | 2025-08-24 17:06:18 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-24 17:06:18 +0100 |
commit | ffbcb9521c62d49db2f6214dae695aa60a0cfec0 (patch) | |
tree | 721e681447ee3ee80383786ee41242bcea13aaa5 | |
parent | 208da3dc41d58b1d62d1d25e5d972760ff22e8f4 (diff) | |
download | ravanan-ffbcb9521c62d49db2f6214dae695aa60a0cfec0.tar.gz ravanan-ffbcb9521c62d49db2f6214dae695aa60a0cfec0.tar.lz ravanan-ffbcb9521c62d49db2f6214dae695aa60a0cfec0.zip |
guix: Move comment about skipped tests close to them.
This comment should have been moved in 886d2fb0888251487941dc590001b16c36a4ed48, but wasn't.
-rw-r--r-- | .guix/cwl-conformance.scm | 4 |
1 files 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")))) |