tests/inst/destructive: stop disabling fedora-coreos-pinger

It was removed from FCOS:
https://github.com/coreos/fedora-coreos-tracker/issues/770
This commit is contained in:
Jonathan Lebon 2022-06-23 15:50:39 -04:00
parent 578a0c2507
commit 7814d9339e
1 changed files with 2 additions and 2 deletions

View File

@ -576,10 +576,10 @@ pub(crate) fn itest_transactionality() -> Result<()> {
)?; )?;
if firstrun { if firstrun {
// Also disable some services (like zincati) because we don't want automatic updates // Also disable zincati because we don't want automatic updates
// in our reboots, and it currently fails to start. The less // in our reboots, and it currently fails to start. The less
// we have in each reboot, the faster reboots are. // we have in each reboot, the faster reboots are.
bash!("systemctl disable --now zincati fedora-coreos-pinger")?; bash!("systemctl disable --now zincati")?;
// And prepare for updates // And prepare for updates
bash!("rpm-ostree cleanup -pr")?; bash!("rpm-ostree cleanup -pr")?;
generate_update(&commit)?; generate_update(&commit)?;