summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-12-23 12:04:20 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-12-24 08:49:17 +0100
commitf9cf34914708c066272bf1a5924d8aa5e1622352 (patch)
tree69db538ffe1662a01f7ff56c6139bea67ad45d56 /src/test
parentb635e4ef6b2f35f07111bb66a68fe850a2ccab72 (diff)
downloadsystemd-f9cf34914708c066272bf1a5924d8aa5e1622352.tar.gz
travis: skip test-bpf on Travis CI
More generally IPAddress[Allow|Deny] are broken in docker and lxc containers.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-bpf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test-bpf.c b/src/test/test-bpf.c
index ea5f0f5bc6..7341f7f1ea 100644
--- a/src/test/test-bpf.c
+++ b/src/test/test-bpf.c
@@ -30,6 +30,9 @@ int main(int argc, char *argv[]) {
test_setup_logging(LOG_DEBUG);
+ if (is_run_on_travis_ci())
+ return log_tests_skipped("test-bpf fails on Travis CI: https://github.com/systemd/systemd/issues/9666");
+
r = enter_cgroup_subroot();
if (r == -ENOMEDIUM)
return log_tests_skipped("cgroupfs not available");