]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: temporarily disable the timedated test suite
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 27 Nov 2020 20:01:32 +0000 (21:01 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 27 Nov 2020 23:53:38 +0000 (08:53 +0900)
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

semaphoreci/semaphore-runner.sh

index a21d5d88e0710dc1cca875c664271950470ea60a..e76f2544ebf00aafb47aa00fc8dc589b664f4e59 100755 (executable)
@@ -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