1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-05-06 01:21:33 +00:00

Avoid update notifications in start-stop tests.

Sometimes, update notification would pop up during the testing
and prevent the needles from being matched correctly.
The addition to the code makes the notifications go away for updates.
This commit is contained in:
Lukáš Růžička 2025-03-05 14:16:08 +01:00
parent 1e6da7019c
commit 891868e77a

View File

@ -10,6 +10,8 @@ sub run {
my $self = shift;
# Change the background to black.
solidify_wallpaper;
# Surpress the update notification
set_update_notification_timestamp();
}
# If this test fails, the others will probably start failing too,