1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-12 23:13:44 +00:00

Fixed: Duplicate Retry attribute breaking build

This commit is contained in:
ta264 2019-10-16 21:38:05 +01:00
parent 7771657135
commit b050c73d87

View file

@ -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()