1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +00:00

Make apps_startstop fonts always rollback, as it's crashing GNOME

This breaks subsequent modules, we need to roll back for them to
work.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-04 08:22:05 -07:00
parent cf4d2e51d5
commit 5b76dd9a1e

View File

@ -24,7 +24,7 @@ sub run {
}
sub test_flags {
return {};
return {always_rollback => 1};
}
1;