Browse Source

Remove mcs from async tests

pull/1087/head
Siegfried Pammer 7 years ago
parent
commit
bfda422f1a
  1. 5
      ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

5
ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

@ -257,11 +257,8 @@ namespace ICSharpCode.Decompiler.Tests @@ -257,11 +257,8 @@ namespace ICSharpCode.Decompiler.Tests
}
[Test]
public void Async([ValueSource("defaultOptions")] CSharpCompilerOptions options)
public void Async([ValueSource("noMonoOptions")] CSharpCompilerOptions options)
{
if (options.HasFlag(CSharpCompilerOptions.UseMcs)) {
Assert.Ignore("Decompiler bug with mono!");
}
RunCS(options: options);
}

Loading…
Cancel
Save