diff --git a/curl.spec b/curl.spec index 1500065..6a9e71b 100644 --- a/curl.spec +++ b/curl.spec @@ -213,9 +213,12 @@ be installed. %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 +# temporarily disable test 0313 +# +# # disable test 1801 # -echo "1801" >> tests/data/DISABLED +echo "313\n1801" >> tests/data/DISABLED # test3026: avoid pthread_create() failure due to resource exhaustion on i386 %ifarch %{ix86} @@ -414,6 +417,7 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mk-ca-bundle.1* %changelog * Mon Feb 12 2024 Jan Macku - 8.6.0-6 - revert "receive max buffer" + add test case +- temporarily disable test 0313 * Mon Feb 12 2024 Jan Macku - 8.6.0-5 - add Provides to curl-minimal