Revert failing parsing tests

This commit is contained in:
Mark McDowall 2020-03-19 11:11:37 -07:00
parent eb51a42f60
commit 72afb28c30
1 changed files with 0 additions and 2 deletions

View File

@ -141,8 +141,6 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Series.Title.S01EP01.English.AC3.DL.1080p.BluRay-Sonarr", "Series Title", 1, 1)]
[TestCase("tvs-amgo-dd51-dl-7p-azhd-x264-103", "tvs-amgo-dd51-dl-7p-azhd", 1, 3)]
[TestCase("Series Title - S01E01 [AC3 5.1 Castellano][www.descargas2020.org]", "Series Title", 1, 1)]
[TestCase("Peaky Blinders - [01x01] - Episode 1", "Peaky Blinders", 1, 1)]
[TestCase("Peaky Blinders - [02x01] - Episode 1", "Peaky Blinders", 2, 1)]
//[TestCase("", "", 0, 0)]
public void should_parse_single_episode(string postTitle, string title, int seasonNumber, int episodeNumber)
{