aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/test/playwright_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/test/playwright_test.go b/internal/test/playwright_test.go
index d81b86a..9cd9ffe 100644
--- a/internal/test/playwright_test.go
+++ b/internal/test/playwright_test.go
@@ -1,3 +1,5 @@
+//go:build !windows
+
// Integration tests for Anubis, using Playwright.
//
// These tests require an already running Anubis and Playwright server.