Browse Source

Skip failing test on 2019 for now

pull/1522/head
Oren Novotny 6 years ago
parent
commit
c9b58deaac
Failed to extract signature
  1. 1
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

1
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -39,6 +39,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -39,6 +39,7 @@ namespace ICSharpCode.Decompiler.Tests
static readonly string nunit = Path.Combine(TestDir, "nunit", "nunit3-console.exe");
[Test]
[Ignore("Failing with VS 2019 on Windows for now")]
public void Cecil_net45()
{
RunWithTest("Mono.Cecil-net45", "Mono.Cecil.dll", "Mono.Cecil.Tests.dll");

Loading…
Cancel
Save