From 075d479b5898a78f0742212d67b380c7ca7b70ab Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 28 Mar 2021 09:51:43 -0700 Subject: [PATCH] Note the bug number for the Plasma Discover problem Signed-off-by: Adam Williamson --- tests/desktop_update_graphical.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index b837a218..f4908131 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -94,8 +94,9 @@ sub run { } elsif ($desktop eq 'kde' && $relnum > 33) { # KDE does offline updates now, we have to trigger the reboot - # also sometimes the update apply button just doesn't work, so - # keep clicking till it does + # FIXME: also sometimes the update apply button just doesn't + # work, so keep clicking till it does: + # https://bugzilla.redhat.com/show_bug.cgi?id=1943943 for my $n (1..10) { sleep 2; assert_screen ['kde_offline_update_reboot', 'desktop_package_tool_update_apply'];