1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-25 07:12:40 +00:00

Ignore brotli test on osx

(cherry picked from commit 2afe6af5a6dac26fe9d2c20e806a93b621e18bbf)
This commit is contained in:
Qstick 2022-10-30 19:02:27 -05:00
parent 41a072613c
commit 62ae8ff1dc

View file

@ -213,6 +213,7 @@ public void should_execute_get_using_gzip()
}
[Test]
[Platform(Exclude = "MacOsX", Reason = "Azure agent update prevents brotli on OSX")]
public void should_execute_get_using_brotli()
{
var request = new HttpRequest($"https://{_httpBinHost}/brotli");