mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Ignore brotli test on osx
This commit is contained in:
parent
7029e0d6ee
commit
b74c46c554
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
}
|
||||
|
||||
[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…
Add table
Add a link
Reference in a new issue