Accepting request 919261 from home:pmonrealgonzalez:branches:devel:libraries:c_c++

- Temporarily disable flaky test 1184
  * See https://github.com/curl/curl/issues/7725

OBS-URL: https://build.opensuse.org/request/show/919261
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=302
This commit is contained in:
2021-09-15 15:41:06 +00:00
committed by Git OBS Bridge
parent 1afbf91ed8
commit da230172cc
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 15 15:08:18 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
- Temporarily disable flaky test 1184
* See https://github.com/curl/curl/issues/7725
-------------------------------------------------------------------
Wed Sep 15 06:21:42 UTC 2021 - Pedro Monreal <pmonreal@suse.com>

View File

@@ -142,6 +142,9 @@ pushd tests
find -type f -name "*.pl" -exec sed -i 's|#!.*/usr/bin/env perl|#!/usr/bin/perl|' "{}" +
find -type f -name "*.py" -exec sed -i 's|#!.*/usr/bin/env python.*|#!/usr/bin/python3|' "{}" +
# temporarily disable flaky test 1184, see https://github.com/curl/curl/issues/7725
printf "1184\n" >> data/DISABLED
perl ./runtests.pl -a -v -p '!flaky' || exit
popd
%endif