mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 21:32:14 +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 {
|
||||
|
||||
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
|
||||
[TestFixture()]
|
||||
public class DateTimePartsTests {
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user