Mark test-timesync as manual

The test tries to setup inotify watches for /run/systemd/netif/links
which fails in a buildd environment where systemd is not active.

See https://github.com/systemd/systemd/issues/6353
This commit is contained in:
Michael Biebl 2017-07-13 15:08:07 +02:00
parent b23f4f6c98
commit 26ea947484
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
From: Michael Biebl <biebl@debian.org>
Date: Thu, 13 Jul 2017 03:53:00 +0200
Subject: Mark test-timesync as manual
The test tries to setup inotify watches for /run/systemd/netif/links
which fails in a buildd environment where systemd is not active.
See https://github.com/systemd/systemd/issues/6353
---
src/timesync/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/timesync/meson.build b/src/timesync/meson.build
index 4391afa..04022a8 100644
--- a/src/timesync/meson.build
+++ b/src/timesync/meson.build
@@ -38,5 +38,5 @@ tests += [
timesyncd_gperf_c],
[libshared],
[libm],
- 'ENABLE_TIMESYNCD'],
+ 'ENABLE_TIMESYNCD', 'manual'],
]

View File

@ -21,3 +21,4 @@ debian/Revert-core-set-RLIMIT_CORE-to-unlimited-by-default.patch
debian/Revert-core-enable-TasksMax-for-all-services-by-default-a.patch
debian/Let-graphical-session-pre.target-be-manually-started.patch
debian/Add-env-variable-for-machine-ID-path.patch
debian/Mark-test-timesync-as-manual.patch