aboutsummaryrefslogtreecommitdiff
path: root/internal/test
diff options
context:
space:
mode:
authorJason Cameron <git@jasoncameron.dev>2025-03-30 16:59:08 -0400
committerGitHub <noreply@github.com>2025-03-30 20:59:08 +0000
commiteab62f7611cb73ce4a42f3c668add023ad2530be (patch)
treed9ff8d395cc4ee4813df31de3b86fe5e97640ddd /internal/test
parentc896c63a0b8a917eef6be958a5cdcef6a4a48d61 (diff)
downloadanubis-eab62f7611cb73ce4a42f3c668add023ad2530be.tar.xz
anubis-eab62f7611cb73ce4a42f3c668add023ad2530be.zip
fix(tests): disable integration tests on Windows due to posix feature reliance (#169)
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
Diffstat (limited to 'internal/test')
-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.