mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01: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]
|
[Test]
|
||||||
|
[Platform(Exclude = "MacOsX", Reason = "Azure agent update prevents brotli on OSX")]
|
||||||
public void should_execute_get_using_brotli()
|
public void should_execute_get_using_brotli()
|
||||||
{
|
{
|
||||||
var request = new HttpRequest($"https://{_httpBinHost}/brotli");
|
var request = new HttpRequest($"https://{_httpBinHost}/brotli");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue