From 9bcf380da3433d45031983fa89ca805629298fdc Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 27 Mar 2025 07:32:14 -0400 Subject: [PATCH] internal/test: enable playwright Signed-off-by: Xe Iaso --- internal/test/playwright_test.go | 4 ---- internal/test/var/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 internal/test/var/.gitignore 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