提交 963bc113 编写于 作者: G Gen Lu

Merge pull request #5594 from genlu/DisableFlakyTests

Disable more flaky tests in InteractiveWindowTests
......@@ -372,13 +372,13 @@ public void CallSelectAllOnNonUIThread()
Task.Run(() => Window.Operations.SelectAll()).PumpingWait();
}
[Fact]
[Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")]
public void CallPasteOnNonUIThread()
{
Task.Run(() => Window.Operations.Paste()).PumpingWait();
}
[Fact]
[Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")]
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.
先完成此消息的编辑!
想要评论请 注册