fix(tests): disable integration tests on Windows due to posix feature reliance (#169)

Signed-off-by: Jason Cameron <git@jasoncameron.dev>
This commit is contained in:
Jason Cameron 2025-03-30 16:59:08 -04:00 committed by GitHub
parent c896c63a0b
commit eab62f7611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
//go:build !windows
// Integration tests for Anubis, using Playwright.
//
// These tests require an already running Anubis and Playwright server.