Browse Source

Ignore one of the analyzer tests

pull/1984/head
Siegfried Pammer 5 years ago
parent
commit
4fb6edeb87
  1. 1
      ILSpy.Tests/Analyzers/TypeUsedByAnalyzerTests.cs

1
ILSpy.Tests/Analyzers/TypeUsedByAnalyzerTests.cs

@ -31,6 +31,7 @@ using NUnit.Framework; @@ -31,6 +31,7 @@ using NUnit.Framework;
namespace ICSharpCode.ILSpy.Tests.Analyzers
{
[TestFixture, Parallelizable(ParallelScope.All)]
[Ignore("Only one test case can be executed, the test setup is really hacky and the whole ILSpy UI should be refactored and made mockable/testable, remove singletons, dependencies on Application.Current.Dispatcher, etc.")]
public class TypeUsedByAnalyzerTests
{
AssemblyList assemblyList;

Loading…
Cancel
Save