diff --git a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs index 961b9e9dae118..eaced4a2583dc 100644 --- a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs +++ b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs @@ -11317,9 +11317,12 @@ .maxstack 5 }"); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/roslyn/issues/34198")] public void DecimalBinaryOp_03() { + // Test temporarily disabled as it fails CI on Linux in master branch + // Tracked by https://github.com/dotnet/roslyn/issues/34198 + string source = @" class C {