Revert "base_services_start: temporarily allow colord to fail (#2260663)"

This reverts commit ab5b1a4367. A
new colord build has been pushed which should resolve the issue,
so I'm disabling the workaround to ensure that's the case.
This commit is contained in:
Adam Williamson 2024-01-29 08:30:08 -08:00
parent fdb008ad65
commit ce6beac5a6
1 changed files with 0 additions and 6 deletions

View File

@ -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";
}