Skip to content

Commit

Permalink
disable parallell tests, github runners are meh.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Sep 29, 2024
1 parent ac4b60c commit 7c364f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/validate_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ properties:
} {
tc := tc
t.Run(name, func(t *testing.T) {
t.Parallel()
//t.Parallel()

valid, errors := ValidateRequestSchema(tc.request, tc.schema, tc.renderedSchema, tc.jsonSchema)

Expand Down

0 comments on commit 7c364f2

Please sign in to comment.