mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-19 19:51:59 +02:00
Make powershell test explicit
This commit is contained in:
parent
0c1ce66053
commit
4c70afbb53
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
namespace NzbDrone.Common.Test
|
||||
{
|
||||
[TestFixture]
|
||||
public class ProcessProviderTests : TestBase<ProcessProvider>
|
||||
public class ProcessProviderFixture : TestBase<ProcessProvider>
|
||||
{
|
||||
|
||||
[SetUp]
|
||||
|
|
@ -78,6 +78,7 @@ public void Should_be_able_to_start_process()
|
|||
}
|
||||
|
||||
[Test]
|
||||
[Explicit]
|
||||
public void Should_be_able_to_start_powershell()
|
||||
{
|
||||
WindowsOnly();
|
||||
Loading…
Reference in a new issue