semaphore: temporarily disable the timedated test suite

All otherwise passing Semaphore CI builds are now getting stuck on the
timedated test suite. Let's temporarily skip it until the issue is
resolved.

See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975010
This commit is contained in:
Frantisek Sumsal 2020-11-27 21:01:32 +01:00 committed by Yu Watanabe
parent 55260eeb78
commit ed9192bb55
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ EOF
rm -rf debian/patches
# disable autopkgtests which are not for upstream
sed -i '/# NOUPSTREAM/ q' debian/tests/control
# temporarily disable timedated tests, as they cause timeouts
# see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975010
sed -i '/Tests:/s/timedated, //' debian/tests/control
# enable more unit tests
sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dfuzz-tests=true -Dman=true /' debian/rules
# no orig tarball