Skip to content

Commit

Permalink
tests/inst/destructive: stop disabling fedora-coreos-pinger
Browse files Browse the repository at this point in the history
It was removed from FCOS:
coreos/fedora-coreos-tracker#770
  • Loading branch information
jlebon committed Jun 23, 2022
1 parent 578a0c2 commit 7814d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/inst/src/destructive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;
Expand Down

0 comments on commit 7814d93

Please sign in to comment.