Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/8280c85b9484a3f7e6e12f45926f6ff70c755308 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Duplicate Retry attribute breaking build

pull/1689/head
ta264 6 years ago committed by Qstick
parent 66c6cd687a
commit 8280c85b94

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

Loading…
Cancel
Save