Skip to content

Commit 3c1f6a1

Browse files
committed
Merge remote-tracking branch 'origin/dev16.0' into fix-naming-options
2 parents ae390a7 + c92364b commit 3c1f6a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11317,9 +11317,12 @@ .maxstack 5
1131711317
}");
1131811318
}
1131911319

11320-
[Fact]
11320+
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/34198")]
1132111321
public void DecimalBinaryOp_03()
1132211322
{
11323+
// Test temporarily disabled as it fails CI on Linux in master branch
11324+
// Tracked by https://github.com/dotnet/roslyn/issues/34198
11325+
1132311326
string source = @"
1132411327
class C
1132511328
{

0 commit comments

Comments
 (0)