mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: QueueSpecificationFixture Tests and Misc Others
This commit is contained in:
@@ -84,6 +84,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
};
|
||||
|
||||
[Test, TestCaseSource(nameof(HashedReleaseParserCases))]
|
||||
[Ignore("Hashed code is not currently called with track parsing")]
|
||||
public void should_properly_parse_hashed_releases(string path, string title, Quality quality, string releaseGroup)
|
||||
{
|
||||
var result = Parser.Parser.ParseMusicPath(path);
|
||||
|
||||
Reference in New Issue
Block a user