Skip to content

Commit ed8ef3f

Browse files
committed
test: comment parallel execution in mcp test
it is the probable cause of random test failure in Github CI
1 parent 51316cd commit ed8ef3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cmd/mcp_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
)
99

1010
func TestIsMCPCommand(t *testing.T) {
11-
t.Parallel()
12-
11+
// t.Parallel()
12+
//
1313
tests := []struct {
1414
name string
1515
args []string

0 commit comments

Comments
 (0)