mirror of https://github.com/Sonarr/Sonarr
Removed broken test
This commit is contained in:
parent
39c8462769
commit
e2290d9f0f
|
@ -17,12 +17,6 @@ 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…
Reference in New Issue