diff --git a/src/AddIns/Misc/Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs b/src/AddIns/Misc/Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs index f537ba746f..6313fb0bdd 100644 --- a/src/AddIns/Misc/Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs +++ b/src/AddIns/Misc/Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs @@ -18,6 +18,7 @@ using NUnit.Framework; namespace Profiler.Tests.Controller.Data { [TestFixture] + [Ignore("Disabled because SQLite does not work in .NET 4.0 Beta 2")] public class LinqTests { const int k = 1000;