tests/inst/destructive: stop disabling fedora-coreos-pinger
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 23 Jun 2022 19:50:39 +0000 (15:50 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Thu, 23 Jun 2022 19:50:39 +0000 (15:50 -0400)
It was removed from FCOS:
https://github.com/coreos/fedora-coreos-tracker/issues/770

tests/inst/src/destructive.rs

index 6cce4b7a315f7706341043a0b68da9ca167062a2..da188bcb089d8e64b0524b8ae947430f3910178c 100644 (file)
@@ -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)?;