Ignoring dictionary tests as code comment cleary says they don't work anyway

This commit is contained in:
Sebastiaan Janssen
2012-11-29 15:44:00 -01:00
parent 20d1498eb9
commit 14ee934fd5

View File

@@ -16,7 +16,7 @@ namespace Umbraco.Tests.BusinessLogic
///This is a test class for Dictionary_DictionaryItemTest and is intended
///to contain all Dictionary_DictionaryItemTest Unit Tests
///</summary>
[TestFixture]
[TestFixture, NUnit.Framework.Ignore]
public class DictionaryTest : BaseWebTest
{
public override void Initialize()