Skip to content

Commit

Permalink
Don't run TestConnectionClosed in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed Feb 13, 2024
1 parent a93de73 commit 2d899f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ func (r fakeNetClosedReader) Read([]byte) (int, error) {
}

func TestConnectionClosed(t *testing.T) {
t.Parallel()
var b1, b2 bytes.Buffer

client := newTestConn(fakeNetClosedReader{}, &b1, false)
Expand Down

0 comments on commit 2d899f5

Please sign in to comment.