mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Marked some tests as long-running. Fixes #5702.
This commit is contained in:
@@ -4,7 +4,7 @@ using Orchard.Localization.Models;
|
|||||||
|
|
||||||
namespace Orchard.Tests.Localization {
|
namespace Orchard.Tests.Localization {
|
||||||
|
|
||||||
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
|
[TestFixture()]
|
||||||
public class DateTimePartsTests {
|
public class DateTimePartsTests {
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ using Orchard.Localization.Services;
|
|||||||
|
|
||||||
namespace Orchard.Tests.Localization {
|
namespace Orchard.Tests.Localization {
|
||||||
|
|
||||||
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
|
[TestFixture()]
|
||||||
|
[Category("longrunning")]
|
||||||
public class DefaultDateFormatterTests {
|
public class DefaultDateFormatterTests {
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
|||||||
Reference in New Issue
Block a user