mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 01:02:05 +00:00
fixed linux integration tests
This commit is contained in:
parent
b8afad8adb
commit
d6cc0b40fb
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ public void Setup()
|
||||||
[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);
|
||||||
|
|
Loading…
Reference in a new issue