mirror of
https://github.com/Readarr/Readarr
synced 2026-04-19 19:31:01 +02:00
Ignore brotli test on osx
(cherry picked from commit 2afe6af5a6dac26fe9d2c20e806a93b621e18bbf)
This commit is contained in:
parent
1f02423148
commit
dd0dd921b0
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ public void should_execute_get_using_gzip()
|
|||
}
|
||||
|
||||
[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…
Reference in a new issue