mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 10:51:48 +00:00
Don't hammer thexem, kthxbai.
This commit is contained in:
parent
e8d1623e96
commit
1485c83ab6
1 changed files with 0 additions and 14 deletions
|
@ -27,20 +27,6 @@ public void get_series_ids()
|
|||
ids.Should().Contain(i => i == 73141);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("XEM's data is not clean")]
|
||||
public void get_mapping_for_all_series()
|
||||
{
|
||||
var ids = Subject.GetXemSeriesIds();
|
||||
|
||||
var randomIds = ids.OrderBy(x => Guid.NewGuid()).Take(5);
|
||||
|
||||
foreach (var randomId in randomIds)
|
||||
{
|
||||
Subject.GetSceneTvdbMappings(randomId).Should().NotBeEmpty();
|
||||
}
|
||||
}
|
||||
|
||||
[TestCase(12345, Description = "invalid id")]
|
||||
[TestCase(279042, Description = "no single connection")]
|
||||
public void should_return_empty_when_known_error(int id)
|
||||
|
|
Loading…
Reference in a new issue