diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-23 04:37:10 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-23 04:37:10 +0000 |
commit | 46393d2a74d5dd640ac866df13c1f38690e7d19a (patch) | |
tree | d3b7b8736384d5cd17c6d567af991be3ad1c2479 /testing/elogind | |
parent | 03a92a6fb23b4eab2a7d69f24e04c3bb735b2bf9 (diff) | |
download | aports-46393d2a74d5dd640ac866df13c1f38690e7d19a.tar.bz2 aports-46393d2a74d5dd640ac866df13c1f38690e7d19a.tar.xz |
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.
Diffstat (limited to 'testing/elogind')
-rw-r--r-- | testing/elogind/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/elogind/APKBUILD b/testing/elogind/APKBUILD index c423c4e24b..d33863ce2b 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 |