diff --git a/NzbDrone.Common.Test/ServiceProviderTests.cs b/NzbDrone.Common.Test/ServiceProviderTests.cs index 1870852c2..b5b1874d4 100644 --- a/NzbDrone.Common.Test/ServiceProviderTests.cs +++ b/NzbDrone.Common.Test/ServiceProviderTests.cs @@ -27,6 +27,8 @@ namespace NzbDrone.Common.Test [TearDown] public void TearDown() { + WindowsOnly(); + if (Subject.ServiceExist(TEMP_SERVICE_NAME)) { Subject.UnInstall(TEMP_SERVICE_NAME);