Skip to content

Commit

Permalink
make all tests parallel
Browse files Browse the repository at this point in the history
TestSkipNewContext had gone under the radar. At least it was a
near-immediate one.
  • Loading branch information
mvdan committed Nov 27, 2019
1 parent d8cfefa commit aabea60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions allocate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ func TestExecAllocatorKillBrowser(t *testing.T) {
}

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

ctx, cancel := NewExecAllocator(context.Background(), allocOpts...)
defer cancel()

Expand Down

0 comments on commit aabea60

Please sign in to comment.