Browse Source

Disable all debugger tests (trying if this will fix the build).

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4757 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
f4fc787421
  1. 1
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTests.cs

1
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTests.cs

@ -22,6 +22,7 @@ using NIgnore = NUnit.Framework.IgnoreAttribute; @@ -22,6 +22,7 @@ using NIgnore = NUnit.Framework.IgnoreAttribute;
namespace Debugger.Tests
{
[TestFixture]
[NIgnore]
public partial class DebuggerTests: DebuggerTestsBase
{

Loading…
Cancel
Save