Skip to content

Commit

Permalink
Merge pull request os-autoinst#21088 from ricardobranco777/dovecot
Browse files Browse the repository at this point in the history
x11/evolution: evolution test should not be fatal
  • Loading branch information
ricardobranco777 authored Jan 30, 2025
2 parents d649f6e + b9f31e5 commit 67d829c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/console/journal_check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ sub run {
}

# Write full journal output for reference and upload it into Uploaded Logs section in test webUI
script_run("journalctl --no-pager -o short-precise > /tmp/full_journal.log");
upload_logs "/tmp/full_journal.log";
script_run("journalctl --no-pager -o short-precise > /tmp/full_journal.txt");
upload_logs "/tmp/full_journal.txt";

# Check for failed systemd services and examine them
# script_run("pkill -SEGV dbus-daemon"); # comment out for a test
Expand Down
2 changes: 1 addition & 1 deletion tests/x11/evolution/evolution_prepare_servers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sub run() {
}

sub test_flags() {
return is_public_cloud() ? {milestone => 0, fatal => 1, no_rollback => 1} : {milestone => 1, fatal => 1};
return {milestone => 1, fatal => 0};
}

sub post_fail_hook {
Expand Down

0 comments on commit 67d829c

Please sign in to comment.