1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05: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

View File

@@ -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()