From: Yu Watanabe Date: Mon, 25 May 2026 18:30:34 +0000 (+0900) Subject: test-execute: reenable the test with sanitizers X-Git-Tag: v261-rc2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=754737ddc3cd8526ff382689ff28c9d5f343860e;p=thirdparty%2Fsystemd.git test-execute: reenable the test with sanitizers --- diff --git a/src/test/test-execute.c b/src/test/test-execute.c index f936b3b9267..be915e4b44b 100644 --- a/src/test/test-execute.c +++ b/src/test/test-execute.c @@ -1611,10 +1611,6 @@ TEST(run_tests_unprivileged) { static int intro(void) { int r; -#if HAS_FEATURE_ADDRESS_SANITIZER - if (strstr_ptr(ci_environment(), "travis") || strstr_ptr(ci_environment(), "github-actions")) - return log_tests_skipped("Running on Travis CI/GH Actions under ASan, see https://github.com/systemd/systemd/issues/10696"); -#endif /* It is needed otherwise cgroup creation fails */ if (geteuid() != 0 || have_effective_cap(CAP_SYS_ADMIN) <= 0) return log_tests_skipped("not privileged");