Ignore tests that don't run to completion on slower build server

This commit is contained in:
Sebastiaan Janssen
2015-04-23 15:19:18 +02:00
parent 5106ffab97
commit fec3e57ed6

View File

@@ -224,6 +224,7 @@ namespace Umbraco.Tests.Scheduling
}
}
[Ignore]
[Test]
public async void WaitOnRunner_Tasks()
{
@@ -449,6 +450,7 @@ namespace Umbraco.Tests.Scheduling
}
}
[Ignore]
[Test]
public void DelayedRecurring()
{