Make powershell test explicit

This commit is contained in:
Mark McDowall 2019-08-07 19:05:29 -07:00
parent 0c1ce66053
commit 4c70afbb53
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ using NzbDrone.Test.Dummy;
namespace NzbDrone.Common.Test namespace NzbDrone.Common.Test
{ {
[TestFixture] [TestFixture]
public class ProcessProviderTests : TestBase<ProcessProvider> public class ProcessProviderFixture : TestBase<ProcessProvider>
{ {
[SetUp] [SetUp]
@ -78,6 +78,7 @@ namespace NzbDrone.Common.Test
} }
[Test] [Test]
[Explicit]
public void Should_be_able_to_start_powershell() public void Should_be_able_to_start_powershell()
{ {
WindowsOnly(); WindowsOnly();