mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-28 23:51:46 +02:00
Fixed: Duplicate Retry attribute breaking build
This commit is contained in:
parent
66c6cd687a
commit
8280c85b94
1 changed files with 0 additions and 2 deletions
|
|
@ -103,9 +103,7 @@ public void exists_should_find_running_process()
|
|||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue