1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Skip proxy tests on MacOsX

This commit is contained in:
Robin Dadswell
2025-11-27 09:43:31 +00:00
parent b9c2563c9b
commit b59ff0a3b1
@@ -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()