From eab62f7611cb73ce4a42f3c668add023ad2530be Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Sun, 30 Mar 2025 16:59:08 -0400 Subject: fix(tests): disable integration tests on Windows due to posix feature reliance (#169) Signed-off-by: Jason Cameron --- internal/test/playwright_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal') 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. -- cgit v1.2.3