Skip to content

Commit

Permalink
sanity check: does it work without t.Parallel?
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Nov 9, 2023
1 parent 4062d4b commit 6ed54e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/snowflake/peer_flow_sf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestPeerFlowE2ETestSuiteSF(t *testing.T) {
method := e2etype.Method(methodid)
if strings.HasPrefix(method.Name, "Test_") {
t.Run(method.Name, func(t *testing.T) {
t.Parallel()
// t.Parallel()
method.Func.Call([]reflect.Value{reflect.ValueOf(e2e), reflect.ValueOf(t)})
})
}
Expand Down

0 comments on commit 6ed54e8

Please sign in to comment.