mirror of
https://github.com/Radarr/Radarr
synced 2026-02-08 07:41:53 +01:00
Re-enable some update tests
This commit is contained in:
parent
c1e65874bc
commit
6845eaa9b2
1 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ public void no_update_when_version_higher()
|
|||
Subject.GetLatestUpdate("develop", new Version(10, 0)).Should().BeNull();
|
||||
}
|
||||
|
||||
[Ignore("Pending linux-x86 release")]
|
||||
[Test]
|
||||
public void finds_update_when_version_lower()
|
||||
{
|
||||
|
|
@ -40,7 +39,6 @@ public void should_get_master_if_branch_doesnt_exit()
|
|||
Subject.GetLatestUpdate("invalid_branch", new Version(0, 2)).Should().NotBeNull();
|
||||
}
|
||||
|
||||
[Ignore("Pending linux-x86 release")]
|
||||
[Test]
|
||||
public void should_get_recent_updates()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue