diff --git a/main_test.go b/main_test.go index ae10974..f7576dc 100644 --- a/main_test.go +++ b/main_test.go @@ -7,10 +7,14 @@ import ( "os" "os/exec" "path/filepath" + "runtime" "testing" ) func TestRun(t *testing.T) { + if runtime.GOOS == "windows" { + t.Skip("Skipping test on Windows. See https://github.com/agnivade/wasmbrowsertest/issues/59") + } for _, tc := range []struct { description string files map[string]string