Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist mount settings after stop start #12719

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove parallel
  • Loading branch information
spowelljr committed Oct 18, 2021
commit ecebde8bf2b5f7258894a0915a8eb00cea4cb355
2 changes: 0 additions & 2 deletions test/integration/mount_start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func TestMountStart(t *testing.T) {
t.Skip("skipping: none driver does not support mount")
}

MaybeParallel(t)

type validateFunc func(context.Context, *testing.T, string)
profile1 := UniqueProfileName("mount-start-1")
profile2 := UniqueProfileName("mount-start-2")
Expand Down