From ce6beac5a674085f8c0508940dd55557218dd403 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 29 Jan 2024 08:30:08 -0800 Subject: [PATCH] Revert "base_services_start: temporarily allow colord to fail (#2260663)" This reverts commit ab5b1a4367881f80563489bed8cf13285d56d314. A new colord build has been pushed which should resolve the issue, so I'm disabling the workaround to ensure that's the case. --- tests/base_services_start.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/base_services_start.pm b/tests/base_services_start.pm index e35cf43f..7b81c9d0 100644 --- a/tests/base_services_start.pm +++ b/tests/base_services_start.pm @@ -34,12 +34,6 @@ sub run { assert_script_run "systemctl is-failed lm_sensors.service"; record_soft_failure "lm_sensors failed - https://bugzilla.redhat.com/show_bug.cgi?id=1899896"; } - elsif ($arch eq "x86_64") { - # fail if it's something other than colord - # https://bugzilla.redhat.com/show_bug.cgi?id=2260663 - assert_script_run "systemctl is-failed colord"; - record_soft_failure "colord failed - https://bugzilla.redhat.com/show_bug.cgi?id=2260663"; - } else { die "Unexpected service start failure"; }