From 8280c85b9484a3f7e6e12f45926f6ff70c755308 Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 16 Oct 2019 21:38:05 +0100 Subject: [PATCH] Fixed: Duplicate Retry attribute breaking build --- src/NzbDrone.Common.Test/ProcessProviderFixture.cs | 2 -- 1 file changed, 2 deletions(-) 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()