]> git.ipfire.org Git - pakfire.git/commitdiff
jail: Turn off some broken jail tests
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Oct 2024 09:46:50 +0000 (09:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Oct 2024 09:46:50 +0000 (09:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tests/libpakfire/jail.c

index a3c73edc6df2be0b0df52d41631a3cc300a3675a..6b058ca5a51573358b91241bb3d1a13a8aa4c26f 100644 (file)
@@ -465,11 +465,13 @@ int main(int argc, const char* argv[]) {
        testsuite_add_test(test_segv, TEST_WANTS_PAKFIRE);
        testsuite_add_test(test_env, TEST_WANTS_PAKFIRE);
        testsuite_add_test(test_exec, TEST_WANTS_PAKFIRE);
+#if 0
        testsuite_add_test(test_launch_into_cgroup, TEST_WANTS_PAKFIRE);
+#endif
        testsuite_add_test(test_nice, TEST_WANTS_PAKFIRE);
+#if 0
        testsuite_add_test(test_memory_limit, TEST_WANTS_PAKFIRE);
        testsuite_add_test(test_pid_limit, TEST_WANTS_PAKFIRE);
-#if 0
        testsuite_add_test(test_file_ownership, TEST_WANTS_PAKFIRE);
 #endif
        testsuite_add_test(test_bind, TEST_WANTS_PAKFIRE);