Skip to content
代码片段 群组 项目
未验证 提交 c92364bb 编辑于 作者: Joey Robichaud's avatar Joey Robichaud 提交者: GitHub
浏览文件

Merge pull request #34214 from JoeRobich/skip-test

Skip test DecimalBinaryOp_03 (#34199)
No related branches found
No related tags found
无相关合并请求
......@@ -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
{
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册