mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-23 22:43:07 +00:00
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:
parent
fdb008ad65
commit
ce6beac5a6
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user