From 81723f7fa91dd11e03097bec9514caf8e95bcc21 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 12 Aug 2019 22:18:06 -0700 Subject: [PATCH] Retry HttpLogFixture --- src/NzbDrone.Integration.Test/HttpLogFixture.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Integration.Test/HttpLogFixture.cs b/src/NzbDrone.Integration.Test/HttpLogFixture.cs index d1b1ebb7e..7db6a88b7 100644 --- a/src/NzbDrone.Integration.Test/HttpLogFixture.cs +++ b/src/NzbDrone.Integration.Test/HttpLogFixture.cs @@ -9,6 +9,7 @@ namespace NzbDrone.Integration.Test public class HttpLogFixture : IntegrationTest { [Test] + [Retry(5)] public void should_log_on_error() { var config = HostConfig.Get(1);