From 4d1b961e7cadff46fc3fc4475a2b6043e33d0644 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Mon, 12 Aug 2024 17:16:55 -0700 Subject: [PATCH] disable systemd-journald tests until further development --- tests/autocloud.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/autocloud.pm b/tests/autocloud.pm index 69fa2593..5de2b21d 100644 --- a/tests/autocloud.pm +++ b/tests/autocloud.pm @@ -42,7 +42,7 @@ sub run { assert_script_run "sudo python3 -m unittest tunirtests.cloudtests.Testtmpmount -v"; assert_script_run "sudo python3 -m unittest tunirtests.cloudtests.Testnetname -v"; # this test only works properly as a regular user - _soft_fail_run "tunirtests.cloudtests.TestJournalWritten", 0; + #_soft_fail_run "tunirtests.cloudtests.TestJournalWritten", 0; assert_script_run "sudo python3 -m unittest tunirtests.cloudservice.TestServiceStop -v"; assert_script_run "sudo python3 -m unittest tunirtests.cloudservice.TestServiceDisable -v"; type_string "sudo reboot\n"; @@ -56,7 +56,7 @@ sub run { _soft_fail_run "tunirtests.testreboot.TestReboot"; assert_script_run "sudo python3 -m unittest tunirtests.cloudservice.TestServiceManipulation -v"; # this test only works properly as a regular user - _soft_fail_run "tunirtests.cloudtests.TestJournalWrittenAfterReboot", 0; + #_soft_fail_run "tunirtests.cloudtests.TestJournalWrittenAfterReboot", 0; type_string "sudo reboot\n"; boot_to_login_screen(timeout => 180); console_login(user => "root", get_var("USER_PASSWORD", "weakpassword"));