Marked some tests as long-running. Fixes #5702.

This commit is contained in:
Daniel Stolt
2015-09-06 00:31:15 +02:00
parent 0f757655b8
commit 14482162fd
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ using Orchard.Localization.Models;
namespace Orchard.Tests.Localization {
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
[TestFixture()]
public class DateTimePartsTests {
[Test]

View File

@@ -12,7 +12,8 @@ using Orchard.Localization.Services;
namespace Orchard.Tests.Localization {
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
[TestFixture()]
[Category("longrunning")]
public class DefaultDateFormatterTests {
[SetUp]