summaryrefslogtreecommitdiff
path: root/src/test/test-loop-block.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-loop-block.c
parenta74be22cd6112dba812883c2babe8acb6f850840 (diff)
downloadsystemd-d1b74295e8fa4cd1d47eee6fb36a4ef5bc92b576.tar.gz
test: temporarily skip failing tests on GH Actions
Diffstat (limited to 'src/test/test-loop-block.c')
-rw-r--r--src/test/test-loop-block.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-loop-block.c b/src/test/test-loop-block.c
index 298ded94df..93f2da70e7 100644
--- a/src/test/test-loop-block.c
+++ b/src/test/test-loop-block.c
@@ -132,9 +132,9 @@ int main(int argc, char *argv[]) {
return EXIT_TEST_SKIP;
}
- if (strstr_ptr(ci_environment(), "autopkgtest")) {
+ if (strstr_ptr(ci_environment(), "autopkgtest") || strstr_ptr(ci_environment(), "github-actions")) {
// FIXME: we should reenable this one day
- log_tests_skipped("Skipping test on Ubuntu autopkgtest CI, test too slow and installed udev too flakey.");
+ log_tests_skipped("Skipping test on Ubuntu autopkgtest CI/GH Actions, test too slow and installed udev too flakey.");
return EXIT_TEST_SKIP;
}