mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
fixed linux integration tests
This commit is contained in:
@@ -27,6 +27,8 @@ namespace NzbDrone.Common.Test
|
|||||||
[TearDown]
|
[TearDown]
|
||||||
public void TearDown()
|
public void TearDown()
|
||||||
{
|
{
|
||||||
|
WindowsOnly();
|
||||||
|
|
||||||
if (Subject.ServiceExist(TEMP_SERVICE_NAME))
|
if (Subject.ServiceExist(TEMP_SERVICE_NAME))
|
||||||
{
|
{
|
||||||
Subject.UnInstall(TEMP_SERVICE_NAME);
|
Subject.UnInstall(TEMP_SERVICE_NAME);
|
||||||
|
|||||||
Reference in New Issue
Block a user