提交 c7ec038a 编写于 作者: G Gen Lu

Fix some merge issue

Re-enable a couple of tests
上级 d912301e
......@@ -376,13 +376,13 @@ public void CallSelectAllOnNonUIThread()
Task.Run(() => Window.Operations.SelectAll()).PumpingWait();
}
[Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")]
[Fact]
public void CallPasteOnNonUIThread()
{
Task.Run(() => Window.Operations.Paste()).PumpingWait();
}
[Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")]
[Fact]
public void CallCutOnNonUIThread()
{
Task.Run(() => Window.Operations.Cut()).PumpingWait();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册