We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae390a7 + c92364b commit 3c1f6a1Copy full SHA for 3c1f6a1
src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs
@@ -11317,9 +11317,12 @@ .maxstack 5
11317
}");
11318
}
11319
11320
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/roslyn/issues/34198")]
11321
public void DecimalBinaryOp_03()
11322
{
11323
+ // Test temporarily disabled as it fails CI on Linux in master branch
11324
+ // Tracked by https://github.com/dotnet/roslyn/issues/34198
11325
+
11326
string source = @"
11327
class C
11328
0 commit comments