Skip to content

Commit

Permalink
Skip TestPageScreenshotFullpage on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Jan 15, 2025
1 parent afacece commit 089c433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/modules/k6/browser/tests/page_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@ func TestPageSetChecked(t *testing.T) {
func TestPageScreenshotFullpage(t *testing.T) {
t.Parallel()

if runtime.GOOS == "windows" {
t.Skip("does not work on Windows")
}

tb := newTestBrowser(t)
p := tb.NewPage(nil)

Expand Down

0 comments on commit 089c433

Please sign in to comment.