mirror of
https://github.com/Radarr/Radarr
synced 2026-04-19 14:32:13 +02:00
Reinstate update tests on BSD
[common]
This commit is contained in:
parent
8d7affae68
commit
c6ae6f7b1c
1 changed files with 0 additions and 3 deletions
|
|
@ -27,7 +27,6 @@ public void no_update_when_version_higher()
|
|||
[Test]
|
||||
public void finds_update_when_version_lower()
|
||||
{
|
||||
NotBsd();
|
||||
UseRealHttp();
|
||||
Subject.GetLatestUpdate("develop", new Version(3, 0)).Should().NotBeNull();
|
||||
}
|
||||
|
|
@ -43,8 +42,6 @@ public void should_get_master_if_branch_doesnt_exit()
|
|||
[Test]
|
||||
public void should_get_recent_updates()
|
||||
{
|
||||
NotBsd();
|
||||
|
||||
const string branch = "nightly";
|
||||
UseRealHttp();
|
||||
var recent = Subject.GetRecentUpdates(branch, new Version(3, 0), null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue