Add root flag to boltdb tests
Needed for CI to run root coverage Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
73f467a32b
commit
397499c288
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ import (
|
|||
|
||||
"github.com/docker/containerd/snapshot/storage"
|
||||
"github.com/docker/containerd/snapshot/storage/testsuite"
|
||||
|
||||
// Does not require root but flag must be defined for snapshot tests
|
||||
_ "github.com/docker/containerd/testutil"
|
||||
)
|
||||
|
||||
func BenchmarkSuite(b *testing.B) {
|
||||
|
|
Loading…
Reference in a new issue