From 803da8422d61edc42884d00dead76c9bc734708e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 11 Nov 2024 08:03:30 -0800 Subject: [PATCH] cockpit autoupdate: drop #1765685 Based on some testing in staging, it seems like this may not be necessary any more. Signed-off-by: Adam Williamson --- tests/server_cockpit_autoupdate.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/server_cockpit_autoupdate.pm b/tests/server_cockpit_autoupdate.pm index 2d01ba7a..911647fb 100644 --- a/tests/server_cockpit_autoupdate.pm +++ b/tests/server_cockpit_autoupdate.pm @@ -14,9 +14,6 @@ sub run { # Navigate to the Update screen select_cockpit_update(); - # FIXME Workaround for RHBZ #1765685, remove if that is ever fixed - sleep 30; - # Switch on automatic updates assert_and_click 'cockpit_updates_auto', '', 120; assert_and_click 'cockpit_updates_dnf_install', '', 120;