From: Evgeny Vereshchagin Date: Sun, 23 Dec 2018 11:04:20 +0000 (+0100) Subject: travis: skip test-bpf on Travis CI X-Git-Tag: v241-rc1~114^2~14 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=f9cf34914708c066272bf1a5924d8aa5e1622352 travis: skip test-bpf on Travis CI More generally IPAddress[Allow|Deny] are broken in docker and lxc containers. --- diff --git a/src/test/test-bpf.c b/src/test/test-bpf.c index ea5f0f5bc68..7341f7f1ead 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");