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:
parent
e2eaf91aa7
commit
2afe6af5a6
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue