From: Jonathan Lebon Date: Thu, 23 Jun 2022 19:50:39 +0000 (-0400) Subject: tests/inst/destructive: stop disabling fedora-coreos-pinger X-Git-Tag: archive/raspbian/2022.5-1+rpi1^2~9^2^2~17^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7814d9339e7ab62b8b8cdbd866deb25182ce2a42;p=ostree.git tests/inst/destructive: stop disabling fedora-coreos-pinger It was removed from FCOS: https://github.com/coreos/fedora-coreos-tracker/issues/770 --- diff --git a/tests/inst/src/destructive.rs b/tests/inst/src/destructive.rs index 6cce4b7a..da188bcb 100644 --- a/tests/inst/src/destructive.rs +++ b/tests/inst/src/destructive.rs @@ -576,10 +576,10 @@ pub(crate) fn itest_transactionality() -> Result<()> { )?; 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 // 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 bash!("rpm-ostree cleanup -pr")?; generate_update(&commit)?;