re-enable temporarily disabled IDN2 test-cases
test2033 is now marked flaky by upstream, so it does not need to explicitly disabled any more
This commit is contained in:
parent
46c8abb050
commit
c4a2596b22
@ -161,17 +161,13 @@ be installed.
|
||||
|
||||
# disable test 1112 (#565305) and test 1801
|
||||
# <https://github.com/bagder/curl/commit/21e82bd6#commitcomment-12226582>
|
||||
# and test 2033, which is a flaky test for HTTP/1 pipelining
|
||||
printf "1112\n1801\n2033\n" >> tests/data/DISABLED
|
||||
printf "1112\n1801\n" >> tests/data/DISABLED
|
||||
|
||||
# disable test 1319 on ppc64 (server times out)
|
||||
%ifarch ppc64
|
||||
echo "1319" >> tests/data/DISABLED
|
||||
%endif
|
||||
|
||||
# temporarily disable failing libidn2 test-cases
|
||||
printf "1034\n1035\n2046\n2047\n" >> tests/data/DISABLED
|
||||
|
||||
%build
|
||||
mkdir build-{full,minimal}
|
||||
export common_configure_opts=" \
|
||||
|
Loading…
Reference in New Issue
Block a user