From d6cc0b40fb3075904a0822e330a425bf5543fa12 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 29 Apr 2013 21:14:53 -0700 Subject: [PATCH] fixed linux integration tests --- NzbDrone.Common.Test/ServiceProviderTests.cs | 2 ++ 1 file changed, 2 insertions(+) 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);