Skip proxy tests on MacOsX

This commit is contained in:
Robin Dadswell 2025-11-27 09:43:31 +00:00
parent b9c2563c9b
commit b59ff0a3b1

View file

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