Skip proxy tests on MacOsX

This commit is contained in:
Robin Dadswell 2025-11-19 19:57:16 +00:00 committed by sharinganthief
parent 8a8073d9a7
commit f2b53bfdf6

View file

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