aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-04-23 04:37:10 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-23 04:37:10 +0000
commit46393d2a74d5dd640ac866df13c1f38690e7d19a (patch)
treed3b7b8736384d5cd17c6d567af991be3ad1c2479
parent03a92a6fb23b4eab2a7d69f24e04c3bb735b2bf9 (diff)
testing/elogind: disable tests
While the tests run fine on CI and locally, on the builders there are some tests that fail: > /* test_path_is_mount_point */ > Assertion 'path_is_mount_point("/sys", NULL, AT_SYMLINK_FOLLOW) > 0' > failed at ../src/test/test-mountpoint-util.c:125, function > test_path_is_mount_point(). Aborting. > /* Information printed is from the live system */ > Assertion 'r >= 0 || r == -ENODATA' failed at > ../src/libelogind/sd-login/test-login.c:58, function test_login(). > Aborting. > Assertion 'sd_device_new_from_syspath(&loopback, "/sys/class/net/lo") > >= 0' failed at > >../src/libelogind/sd-device/test-sd-device-thread.c:28, function > >main(). Aborting.
-rw-r--r--testing/elogind/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/elogind/APKBUILD b/testing/elogind/APKBUILD
index c423c4e24b9..d33863ce2b8 100644
--- a/testing/elogind/APKBUILD
+++ b/testing/elogind/APKBUILD
@@ -8,6 +8,7 @@ url="https://github.com/elogind/elogind"
arch="all"
license="GPL-2.0-or-later LGPL-2.1-or-later"
depends="dbus"
+options="!check" # Tests fail on builders
makedepends="
meson
docbook-xsl