diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-04-06 11:57:13 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-10 15:52:29 +0200 |
commit | 345418a9e67a5f5f86901b2e1f86f52526ca7ba1 (patch) | |
tree | 98db255cee98b99a14c7659704605fdaf573f215 | |
parent | update TODO (diff) | |
download | systemd-345418a9e67a5f5f86901b2e1f86f52526ca7ba1.tar.xz systemd-345418a9e67a5f5f86901b2e1f86f52526ca7ba1.zip |
test-loop-block: reenable test on CI
-rw-r--r-- | src/test/test-loop-block.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/test-loop-block.c b/src/test/test-loop-block.c index 2f3c3745e2..714d51cfc2 100644 --- a/src/test/test-loop-block.c +++ b/src/test/test-loop-block.c @@ -158,12 +158,6 @@ static int run(int argc, char *argv[]) { return EXIT_TEST_SKIP; } - 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/GH Actions, test too slow and installed udev too flakey."); - return EXIT_TEST_SKIP; - } - /* This is a test for the loopback block device setup code and it's use by the image dissection * logic: since the kernel APIs are hard use and prone to races, let's test this in a heavy duty * test: we open a bunch of threads and repeatedly allocate and deallocate loopback block devices in |