From ed9192bb55e23c00bf9ba810a949e7ffe1bbe959 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 27 Nov 2020 21:01:32 +0100 Subject: [PATCH] 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 --- semaphoreci/semaphore-runner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index a21d5d88e0..e76f2544eb 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -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