mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 00:14:45 +01:00
Skip proxy tests on MacOsX
This commit is contained in:
parent
b9c2563c9b
commit
b59ff0a3b1
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
namespace NzbDrone.Core.Test.Http
|
namespace NzbDrone.Core.Test.Http
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
[Platform(Exclude = "MacOsX")]
|
||||||
public class HttpProxySettingsProviderFixture : TestBase<HttpProxySettingsProvider>
|
public class HttpProxySettingsProviderFixture : TestBase<HttpProxySettingsProvider>
|
||||||
{
|
{
|
||||||
private HttpProxySettings GetProxySettings()
|
private HttpProxySettings GetProxySettings()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue