提交 6cfc5a8e 编写于 作者: G Gen Lu

Disable more flaky tests in InteractiveWindowTests

These tests access the clipboard directly in the unit tests and hence
have flaky behavior across machines. Disabling.

See https://github.com/dotnet/roslyn/issues/5544
上级 b595e1f4
......@@ -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.
先完成此消息的编辑!
想要评论请 注册