diff options
| author | Jason Cameron <git@jasoncameron.dev> | 2025-03-30 16:59:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 20:59:08 +0000 |
| commit | eab62f7611cb73ce4a42f3c668add023ad2530be (patch) | |
| tree | d9ff8d395cc4ee4813df31de3b86fe5e97640ddd /docs | |
| parent | c896c63a0b8a917eef6be958a5cdcef6a4a48d61 (diff) | |
| download | anubis-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 'docs')
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 0ac4eee..7fbd1b3 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `TrimSuffix` instead of `TrimRight` on containerbuild - Fix the startup logs to correctly show the address and port the server is listening on - Add [LibreJS](https://www.gnu.org/software/librejs/) banner to Anubis JavaScript to allow LibreJS users to run the challenge +- Disabled running integration tests on Windows hosts due to it's reliance on posix features (see [#133](https://github.com/TecharoHQ/anubis/pull/133#issuecomment-2764732309)). ## v1.15.0 |
