mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 14:37:07 -04: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 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||
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 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||
Subject.GetLatestUpdate("invalid_branch", new Version(0, 2)).Should().NotBeNull();
|
||||
}
|
||||
|
||||
[Ignore("Pending linux-x86 release")]
|
||||
[Test]
|
||||
public void should_get_recent_updates()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue