Retry HttpLogFixture

This commit is contained in:
Mark McDowall 2019-08-12 22:18:06 -07:00
parent 44c91fb90c
commit 81723f7fa9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ namespace NzbDrone.Integration.Test
public class HttpLogFixture : IntegrationTest public class HttpLogFixture : IntegrationTest
{ {
[Test] [Test]
[Retry(5)]
public void should_log_on_error() public void should_log_on_error()
{ {
var config = HostConfig.Get(1); var config = HostConfig.Get(1);