diff --git a/src/NzbDrone.Common.Test/ProcessProviderFixture.cs b/src/NzbDrone.Common.Test/ProcessProviderFixture.cs index ac136a933..8487a8d2a 100644 --- a/src/NzbDrone.Common.Test/ProcessProviderFixture.cs +++ b/src/NzbDrone.Common.Test/ProcessProviderFixture.cs @@ -103,9 +103,7 @@ namespace NzbDrone.Common.Test Subject.Exists(DummyApp.DUMMY_PROCCESS_NAME).Should().BeFalse(); } - [Test] - [Retry(3)] [Platform(Exclude="MacOsX")] [Retry(3)] public void kill_all_should_kill_all_process_with_name()