public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/curl] rawhide: spec: dot't run test 1451 in parallel
@ 2026-08-21 12:24 Jan Macku
0 siblings, 0 replies; only message in thread
From: Jan Macku @ 2026-08-21 12:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/curl
Branch : rawhide
Commit : 7cc48996da5428796593989f4aaca588ae7058e0
Author : Jan Macku <jamacku@redhat.com>
Date : 2026-08-21T13:53:15+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/curl/c/7cc48996da5428796593989f4aaca588ae7058e0?branch=rawhide
Log:
spec: dot't run test 1451 in parallel
---
diff --git a/curl.spec b/curl.spec
index d187f83..360bb4b 100644
--- a/curl.spec
+++ b/curl.spec
@@ -384,7 +384,7 @@ for size in minimal full; do (
export LD_LIBRARY_PATH="${PWD}/lib/.libs"
# tests that must run in serial to avoid intermittent failures under parallel execution
- serial_tests="766 1399 2402 2404 2500 2502 3300 3301"
+ serial_tests="766 1399 1451 2402 2404 2500 2502 3300 3301"
serial_excludes=$(for t in $serial_tests; do printf ' !%s' "$t"; done)
# run the bulk of tests in parallel, excluding serial ones
# cap at 64 jobs to avoid overwhelming system resources on high-CPU machines
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 12:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 12:24 [rpms/curl] rawhide: spec: dot't run test 1451 in parallel Jan Macku
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox