]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-execute: reenable the test with sanitizers
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 May 2026 18:30:34 +0000 (03:30 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 26 May 2026 12:30:22 +0000 (14:30 +0200)
src/test/test-execute.c

index f936b3b9267b663e2edeed9a431ab95a59e13442..be915e4b44b4705c5b06066ed8cf751b53195879 100644 (file)
@@ -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");