diff --git a/vector/path_test.go b/vector/path_test.go index 29788808d..3c5fe1d49 100644 --- a/vector/path_test.go +++ b/vector/path_test.go @@ -15,6 +15,7 @@ package vector_test import ( + "runtime" "testing" "github.com/hajimehoshi/ebiten/v2" @@ -200,6 +201,10 @@ func TestAddPathSelf(t *testing.T) { } func TestArcAndGeoM(t *testing.T) { + if runtime.GOOS == "js" { + t.Skip("the result might be flaky in this environment") + } + testCases := []struct { name string geoM ebiten.GeoM