Compare commits

...

1 commit

Author SHA1 Message Date
Robin Dadswell
d8f79c0189 Skip proxy tests on MacOsX 2025-11-19 19:58:33 +00:00

View file

@ -8,6 +8,7 @@
namespace NzbDrone.Core.Test.Http
{
[TestFixture]
[Platform(Exclude = "MacOsX")]
public class HttpProxySettingsProviderFixture : TestBase<HttpProxySettingsProvider>
{
private HttpProxySettings GetProxySettings()