Skip to content

Commit

Permalink
Optimize TestK6Object to parallel
Browse files Browse the repository at this point in the history
After having a discussion, we decided to make this parallel. See the
related discussion here:
#1007 (comment)
  • Loading branch information
inancgumus committed Aug 31, 2023
1 parent 0615479 commit 4fd494f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/browser_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ func TestBrowserContextCookies(t *testing.T) {
}

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

b := newTestBrowser(t, withFileServer())
p := b.NewPage(nil)

Expand Down

0 comments on commit 4fd494f

Please sign in to comment.