From: Yu Watanabe Date: Mon, 25 May 2026 18:19:42 +0000 (+0900) Subject: test-execute: drop workaround for fixed issue X-Git-Tag: v261-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c91145ff8058f02bb6fa37975a3e84f253d791;p=thirdparty%2Fsystemd.git test-execute: drop workaround for fixed issue The issue should be already fixed by f01f70a9a3f3609c0c8bdbaa4b0b4abbb2b43993. --- diff --git a/src/test/test-execute.c b/src/test/test-execute.c index 3a124f96743..f936b3b9267 100644 --- a/src/test/test-execute.c +++ b/src/test/test-execute.c @@ -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);