Skip proxy tests on MacOsX

This commit is contained in:
Robin Dadswell
2025-11-19 19:57:16 +00:00
parent 3023eabad0
commit d8f79c0189
@@ -8,6 +8,7 @@ using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.Http
{
[TestFixture]
[Platform(Exclude = "MacOsX")]
public class HttpProxySettingsProviderFixture : TestBase<HttpProxySettingsProvider>
{
private HttpProxySettings GetProxySettings()