]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-execute: drop workaround for fixed issue
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 May 2026 18:19:42 +0000 (03:19 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 25 May 2026 21:16:16 +0000 (22:16 +0100)
The issue should be already fixed by f01f70a9a3f3609c0c8bdbaa4b0b4abbb2b43993.

src/test/test-execute.c

index 3a124f967431ff35003d95502dd42108c6200efd..f936b3b9267b663e2edeed9a431ab95a59e13442 100644 (file)
@@ -1027,11 +1027,6 @@ static void test_exec_dynamicuser(Manager *m) {
                 return;
         }
 
-        if (strstr_ptr(ci_environment(), "github-actions")) {
-                log_notice("%s: skipping test on GH Actions because of systemd/systemd#10337", __func__);
-                return;
-        }
-
         int status = can_unshare ? 0 : EXIT_NAMESPACE;
 
         test(m, "exec-dynamicuser-fixeduser.service", status, CLD_EXITED);