Skip to content

Commit

Permalink
skip test on none driver
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Oct 15, 2021
1 parent 9a89855 commit 0623f34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/mount_start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import (

// TestMountStart tests using the mount command on start
func TestMountStart(t *testing.T) {
if NoneDriver() {
t.Skip("skipping: none driver does not support mount")
}

MaybeParallel(t)

type validateFunc func(context.Context, *testing.T, string)
Expand Down

0 comments on commit 0623f34

Please sign in to comment.