Skip to content

Commit 845be98

Browse files
committed
mantle/kola: remove sync workaround
The referenced issue in #1301 has long since been fixed.
1 parent 8b6298c commit 845be98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mantle/kola/tests/upgrade/basic.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ func fcosUpgradeBasic(c cluster.TestCluster) {
178178
c.RunCmdSyncf(m, "ostree --repo=%s pull-local %s %s", ostreeRepo, tmprepo, ostreeref)
179179
}
180180

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

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

0 commit comments

Comments
 (0)