Skip to content

Commit 90cd6c3

Browse files
committed
don't run multinode tests in parallel
1 parent dc0ceee commit 90cd6c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/multinode_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ func TestMultiNode(t *testing.T) {
2929
if NoneDriver() {
3030
t.Skip("none driver does not support multinode")
3131
}
32-
MaybeParallel(t)
3332

3433
type validatorFunc func(context.Context, *testing.T, string)
3534
profile := UniqueProfileName("multinode")

0 commit comments

Comments
 (0)