Ignore brotli test on osx

pull/1174/head
Qstick 2 years ago
parent 7029e0d6ee
commit b74c46c554

@ -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…
Cancel
Save