Browse Source

Disable profiler unit tests.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5092 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
3bbef87fe5
  1. 1
      src/AddIns/Misc/Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs

1
src/AddIns/Misc/Profiler/Tests/Profiler.Tests/Controller/Data/LinqTests.cs

@ -18,6 +18,7 @@ using NUnit.Framework;
namespace Profiler.Tests.Controller.Data namespace Profiler.Tests.Controller.Data
{ {
[TestFixture] [TestFixture]
[Ignore("Disabled because SQLite does not work in .NET 4.0 Beta 2")]
public class LinqTests public class LinqTests
{ {
const int k = 1000; const int k = 1000;

Loading…
Cancel
Save