diff --git a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs index a73e085e87..1131a3b41b 100644 --- a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs +++ b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs @@ -19,13 +19,18 @@ namespace Umbraco.Tests.BusinessLogic [TestFixture] public class DictionaryTest : BaseWebTest { + protected override bool RequiresDbSetup + { + get { return false; } + } + public override void Initialize() { base.Initialize(); CreateNew(); } - + [Test()] public void Dictionary_Get_Top_Level_Items() {