Reinstate update tests on BSD

[common]
This commit is contained in:
ta264 2021-12-15 21:40:54 +00:00 committed by Qstick
parent 8d7affae68
commit c6ae6f7b1c
1 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@ namespace NzbDrone.Core.Test.UpdateTests
[Test]
public void finds_update_when_version_lower()
{
NotBsd();
UseRealHttp();
Subject.GetLatestUpdate("develop", new Version(3, 0)).Should().NotBeNull();
}
@ -43,8 +42,6 @@ namespace NzbDrone.Core.Test.UpdateTests
[Test]
public void should_get_recent_updates()
{
NotBsd();
const string branch = "nightly";
UseRealHttp();
var recent = Subject.GetRecentUpdates(branch, new Version(3, 0), null);