Skipping DateTime tests until the right solution is found

c.f. #5702
This commit is contained in:
Sebastien Ros
2015-09-04 15:59:24 -07:00
parent 9b91b1b260
commit 39fb266221
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
@@ -13,7 +12,7 @@ using Orchard.Localization.Services;
namespace Orchard.Tests.Localization {
[TestFixture]
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
public class DefaultDateFormatterTests {
[SetUp]