提交 0ca34beb 编写于 作者: C Charles Stoner

Skip CSharpInteractive.TypingHelpDirectiveWorks test

上级 5641a47f
...@@ -93,7 +93,7 @@ public async Task WpfInteractionAsync() ...@@ -93,7 +93,7 @@ public async Task WpfInteractionAsync()
VisualStudio.InteractiveWindow.SubmitText("b = null; w.Close(); w = null;"); VisualStudio.InteractiveWindow.SubmitText("b = null; w.Close(); w = null;");
} }
[Fact] [Fact(Skip = "https://github.com/dotnet/roslyn/issues/19232")]
public void TypingHelpDirectiveWorks() public void TypingHelpDirectiveWorks()
{ {
VisualStudio.Workspace.SetUseSuggestionMode(true); VisualStudio.Workspace.SetUseSuggestionMode(true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册