Skip to content

Commit

Permalink
Mark connection context test to be executed in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Dzmitry Mikhalapau <[email protected]>
  • Loading branch information
homier committed Jan 12, 2025
1 parent baf4bcb commit 68d1266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpc/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import (
)

func TestConnection_BaseContext(t *testing.T) {
t.Parallel()

t.Run("background context", func(t *testing.T) {
client, server := net.Pipe()
doneCh := make(chan struct{}, 1)
Expand Down

0 comments on commit 68d1266

Please sign in to comment.