Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev16.0' into fix-naming-options
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Mar 18, 2019
2 parents ae390a7 + c92364b commit 3c1f6a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3c1f6a1

Please sign in to comment.