internal/test: enable playwright

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-03-27 07:32:14 -04:00
parent caf36a9853
commit 9bcf380da3
2 changed files with 3 additions and 4 deletions
-4
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
*.png
*.txt
*.html