mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Temporarily ignore update tests until linux-x86 released
(cherry picked from commit 1576bf1f17c085b2fbbb8fdfa28b03a16a881a82)
This commit is contained in:
parent
8907b06899
commit
dc45a2d0d6
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||||
Subject.GetLatestUpdate("nightly", new Version(10, 0)).Should().BeNull();
|
Subject.GetLatestUpdate("nightly", new Version(10, 0)).Should().BeNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Ignore("Pending linux-x86 release")]
|
||||||
[Test]
|
[Test]
|
||||||
public void finds_update_when_version_lower()
|
public void finds_update_when_version_lower()
|
||||||
{
|
{
|
||||||
|
@ -40,6 +41,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||||
Subject.GetLatestUpdate("invalid_branch", new Version(0, 2)).Should().NotBeNull();
|
Subject.GetLatestUpdate("invalid_branch", new Version(0, 2)).Should().NotBeNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Ignore("Pending linux-x86 release")]
|
||||||
[Test]
|
[Test]
|
||||||
public void should_get_recent_updates()
|
public void should_get_recent_updates()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue