提交 30c925ba 编写于 作者: J jmarolf

Disabling failing tests. Bug #909417 (changeset 1210152)

上级 6583459c
......@@ -457,7 +457,7 @@ public void Win32ResQuotes()
Assert.Equal(@"d:\abc def\ab cd\a.manifest", args.Win32Manifest);
}
[Fact]
[Fact(Skip = "909417")]
public void ParseResources()
{
var diags = new List<Diagnostic>();
......
......@@ -568,7 +568,7 @@ a.vb
Assert.Equal(expectedNoManifest, parsedArgs.NoWin32Manifest)
End Sub
<Fact>
<Fact(Skip:="909417")>
Public Sub ParseResourceDescription()
Dim diags = New List(Of Diagnostic)()
Dim desc As ResourceDescription
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册