Ignore brotli test on osx

This commit is contained in:
Qstick 2022-10-30 13:25:34 -05:00
parent 7029e0d6ee
commit b74c46c554

View file

@ -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");