mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Pushing broken test to test teamcity
This commit is contained in:
parent
88b8c053fc
commit
39c8462769
1 changed files with 8 additions and 2 deletions
|
@ -17,6 +17,12 @@ namespace NzbDrone.Core.Test
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class BacklogSearchJobTest
|
public class BacklogSearchJobTest
|
||||||
{
|
{
|
||||||
|
[Test]
|
||||||
|
public void broken_test()
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void no_missing_epsiodes_should_not_trigger_any_search()
|
public void no_missing_epsiodes_should_not_trigger_any_search()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue