From c6fe9743bd99bd92b1f67d7443d8e41ecd199189 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 13 Dec 2022 11:49:54 -0800 Subject: [PATCH] cockpit_autoupdate: update note on the 30s sleep workaround Sadly, dropping this sleep caused the test to start failing again at least on F36, so we still need it - update the note. Signed-off-by: Adam Williamson --- tests/server_cockpit_autoupdate.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/server_cockpit_autoupdate.pm b/tests/server_cockpit_autoupdate.pm index 465600e4..883cd056 100644 --- a/tests/server_cockpit_autoupdate.pm +++ b/tests/server_cockpit_autoupdate.pm @@ -14,8 +14,7 @@ sub run { # Navigate to the Update screen select_cockpit_update(); - # FIXME Workaround for RHBZ #1765685 - remove after F34 EOL (seems - # to be fixed in F35 and F36) + # FIXME Workaround for RHBZ #1765685, remove if that is ever fixed sleep 30; # Switch on automatic updates