mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fixed: Duplicate Retry attribute breaking build
This commit is contained in:
@@ -103,9 +103,7 @@ namespace NzbDrone.Common.Test
|
|||||||
Subject.Exists(DummyApp.DUMMY_PROCCESS_NAME).Should().BeFalse();
|
Subject.Exists(DummyApp.DUMMY_PROCCESS_NAME).Should().BeFalse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[Retry(3)]
|
|
||||||
[Platform(Exclude="MacOsX")]
|
[Platform(Exclude="MacOsX")]
|
||||||
[Retry(3)]
|
[Retry(3)]
|
||||||
public void kill_all_should_kill_all_process_with_name()
|
public void kill_all_should_kill_all_process_with_name()
|
||||||
|
|||||||
Reference in New Issue
Block a user