1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-07 09:43:09 +00:00

Do a workaround.

This commit is contained in:
Lukas Ruzicka 2022-09-23 12:10:34 +02:00
parent 3c0a3a0fcc
commit 23d2a8737b

View File

@ -13,6 +13,8 @@ sub run {
# Install will-crash -> we will use this to generate some Abrt problems.
assert_script_run("dnf install -y will-crash", timeout => 120);
# As a workaround for BZ#2128662, we will restart the Abrt service
assert_script_run("systemctl restart abrt-journal-core");
# Return to Desktop
desktop_vt();