Ignore brotli test on osx

[common]
pull/7714/head
Qstick 2 years ago committed by GitHub
parent e2eaf91aa7
commit 2afe6af5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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