Skip to content

Commit

Permalink
Merge pull request #2854 from ElektroKill/enable-passing-ignored-tests
Browse files Browse the repository at this point in the history
Enable MiniJSON test for MCS 2.6.4
  • Loading branch information
dgrunwald authored Nov 26, 2022
2 parents 260f561 + 26944e4 commit 152f34b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
Expand Down Expand Up @@ -398,10 +398,6 @@ public async Task DynamicTests([ValueSource(nameof(noMonoOptions))] CompilerOpti
[Test]
public async Task MiniJSON([ValueSource(nameof(defaultOptions))] CompilerOptions options)
{
if (options.HasFlag(CompilerOptions.UseMcs2_6_4))
{
Assert.Ignore("Decompiler bug with mono!");
}
await RunCS(options: options);
}

Expand Down

0 comments on commit 152f34b

Please # to comment.