1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 05:44:50 +00:00

Ignore brotli test on osx

[common]
This commit is contained in:
Qstick 2022-10-30 19:02:27 -05:00 committed by GitHub
parent e2eaf91aa7
commit 2afe6af5a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,6 +212,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");