Skip to content

Commit

Permalink
t.Parallel?
Browse files Browse the repository at this point in the history
  • Loading branch information
Elazar Gershuni committed Mar 3, 2024
1 parent d2a50e2 commit 8b9ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connectionset/statefulness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestAll(t *testing.T) {
expectedStatefulConn: newUDPConn(t, MinPort, MaxPort, MinPort, MaxPort).Union(newICMPconn(t)),
},
}

t.Parallel()
// explainTests is the list of tests to run
for testIdx := range testCasesStatefulness {
tt := testCasesStatefulness[testIdx]
Expand Down

0 comments on commit 8b9ccc4

Please sign in to comment.