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 14, 2024
1 parent d7bb032 commit 52188df
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 @@ -823,7 +823,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 52188df

Please sign in to comment.