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:
parent
c896c63a0b
commit
eab62f7611
3 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build !windows
|
||||
|
||||
// Integration tests for Anubis, using Playwright.
|
||||
//
|
||||
// These tests require an already running Anubis and Playwright server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue