diff --git a/internal/test/playwright_test.go b/internal/test/playwright_test.go index e41a10a..6c35a2a 100644 --- a/internal/test/playwright_test.go +++ b/internal/test/playwright_test.go @@ -166,10 +166,6 @@ func startPlaywright(t *testing.T) { } func TestPlaywrightBrowser(t *testing.T) { - if os.Getenv("CI") == "true" { - t.Skip("XXX(Xe): This is broken in CI, will fix later") - } - if os.Getenv("DONT_USE_NETWORK") != "" { t.Skip("test requires network egress") return diff --git a/internal/test/var/.gitignore b/internal/test/var/.gitignore new file mode 100644 index 0000000..1a4df5c --- /dev/null +++ b/internal/test/var/.gitignore @@ -0,0 +1,3 @@ +*.png +*.txt +*.html \ No newline at end of file