]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-loop-block: reenable test on CI
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Apr 2022 09:57:13 +0000 (11:57 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Apr 2022 13:52:29 +0000 (22:52 +0900)
src/test/test-loop-block.c

index 2f3c3745e2031fc9990304ea5ce29363e6b0cfe1..714d51cfc2a8142615d5fe35cb4de5ca4bc99861 100644 (file)
@@ -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