Skip to content

Commit f93a878

Browse files
committed
tests/ostree.sync: tag with "reprovision"
There is a race condition for `ostree.sync` and `kdump.crash.nfs` to bind port 2049, according to #4117 (comment), add tag `reprovision` to force it to run serially now.
1 parent 82410e1 commit f93a878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantle/kola/tests/ostree/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func init() {
7878
Name: "ostree.sync",
7979
Description: "Verify ostree can sync the filesystem with disconnected the NFS volume.",
8080
Distros: []string{"rhcos"},
81-
Tags: []string{"ostree", kola.SkipBaseChecksTag, kola.NeedsInternetTag},
81+
Tags: []string{"ostree", kola.SkipBaseChecksTag, kola.NeedsInternetTag, "reprovision"},
8282
})
8383
}
8484

0 commit comments

Comments
 (0)