summaryrefslogtreecommitdiff
path: root/src/test/test-execute.c
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-01-08 11:20:50 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-01-08 11:37:01 +0100
commitd1b74295e8fa4cd1d47eee6fb36a4ef5bc92b576 (patch)
tree09ede9f463184e5bfdac78591ca7e4877bd3b76a /src/test/test-execute.c
parenta74be22cd6112dba812883c2babe8acb6f850840 (diff)
downloadsystemd-d1b74295e8fa4cd1d47eee6fb36a4ef5bc92b576.tar.gz
test: temporarily skip failing tests on GH Actions
Diffstat (limited to 'src/test/test-execute.c')
-rw-r--r--src/test/test-execute.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/test-execute.c b/src/test/test-execute.c
index 3b6a4be260..1890cc4f75 100644
--- a/src/test/test-execute.c
+++ b/src/test/test-execute.c
@@ -574,6 +574,11 @@ 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;
+ }
+
test(m, "exec-dynamicuser-fixeduser.service", can_unshare ? 0 : EXIT_NAMESPACE, CLD_EXITED);
if (check_user_has_group_with_same_name("adm"))
test(m, "exec-dynamicuser-fixeduser-adm.service", can_unshare ? 0 : EXIT_NAMESPACE, CLD_EXITED);