1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Temporarily ignore update tests until linux-x86 released

This commit is contained in:
ta264 2022-04-12 21:20:33 +01:00 committed by Qstick
parent 6325b70e27
commit 1576bf1f17

View File

@ -24,6 +24,7 @@ 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()
{
@ -39,6 +40,7 @@ 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()
{