From 3bbef87fe577db96a91a46274a9cf92590b56f06 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Tue, 20 Oct 2009 17:24:44 +0000 Subject: [PATCH] Disable profiler unit tests. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5092 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs | 1 + 1 file changed, 1 insertion(+) 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;