diff --git a/curl.changes b/curl.changes index 90fc14e..6a625a7 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 31 08:22:39 UTC 2015 - normand@linux.vnet.ibm.com + +- do not run flaky tests for any architecture (bnc#940009) + at least test 1510 do fail for i586 and ppc64le + ------------------------------------------------------------------- Fri Jul 3 08:29:55 UTC 2015 - vcizek@suse.com diff --git a/curl.spec b/curl.spec index cb5f8fb..65300c9 100644 --- a/curl.spec +++ b/curl.spec @@ -149,8 +149,12 @@ fi if test -z "$BUILD_INCARNATION"; then BUILD_INCARNATION=0 fi + base=$((8990 + $BUILD_INCARNATION * 20)) -perl ./runtests.pl -a -b$base || exit +# bug940009 do not run flaky tests for any architecture +# at least test 1510 do fail for i586 and ppc64le +perl ./runtests.pl -a -b$base '!flaky' || exit + popd %endif