Skip to content

Commit 4955b71

Browse files
author
Vitaliy Guschin
committed
Exclude TestVl3_basic testcase from parallel execution.
Signed-off-by: Vitaliy Guschin <[email protected]>
1 parent 57289ca commit 4955b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_single/basic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ import (
2424
)
2525

2626
func TestRunBasicSuite(t *testing.T) {
27-
parallel.Run(t, new(basic.Suite))
27+
parallel.Run(t, new(basic.Suite), "TestVl3_basic")
2828
}

0 commit comments

Comments
 (0)