Skip to content

Commit

Permalink
mantle/kola: remove sync workaround
Browse files Browse the repository at this point in the history
The referenced issue in #1301
has long since been fixed.
  • Loading branch information
dustymabe committed Sep 25, 2024
1 parent 8b6298c commit 845be98
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mantle/kola/tests/upgrade/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@ func fcosUpgradeBasic(c cluster.TestCluster) {
c.RunCmdSyncf(m, "ostree --repo=%s pull-local %s %s", ostreeRepo, tmprepo, ostreeref)
}

// XXX: This is to work around sysroot
// remounting in libostree forcing a cache flush and blocking D-Bus.
// Should drop this once we fix it more properly in {rpm-,}ostree.
// https://github.com/coreos/coreos-assembler/issues/1301
c.RunCmdSync(m, "time sudo sync")

})

c.Run("upgrade-from-previous", func(c cluster.TestCluster) {
Expand Down

0 comments on commit 845be98

Please sign in to comment.