1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: curl: Do not run known flaky tests.

* gnu/packages/curl.scm (curl) [arguments]: Specify the "test-nonflaky" as the
test target.

Change-Id: I219b72c3b16b53ff6e469716eed0699ba88e29e1
This commit is contained in:
Maxim Cournoyer
2024-03-14 14:21:52 -04:00
committed by Ludovic Courtès
parent b2c8082977
commit 17cf9fc0c1
+1
View File
@@ -104,6 +104,7 @@
(search-input-file
%build-inputs "lib/libgssrpc.so"))))
"--disable-static")
#:test-target "test-nonflaky" ;avoid tests marked as "flaky"
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'do-not-record-configure-flags