diff --git a/tests/apps_gnome_preset.pm b/tests/apps_gnome_preset.pm index ae6c4d6e..20ffc32b 100644 --- a/tests/apps_gnome_preset.pm +++ b/tests/apps_gnome_preset.pm @@ -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,