Merge pull request #2658 from jlebon/pr/pinger

tests/inst/destructive: stop disabling fedora-coreos-pinger
This commit is contained in:
Colin Walters 2022-06-23 16:35:49 -04:00 committed by GitHub
commit 6fda7112c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View 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)?;