未验证 提交 eadc22bb 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #36190 from sharwell/disable-flaky-test

Disable TypingHelpDirectiveWorks for legacy completion
......@@ -95,7 +95,8 @@ public async Task WpfInteractionAsync()
VisualStudio.InteractiveWindow.SubmitText("b = null; w.Close(); w = null;");
}
[WpfFact]
// This test is flaky when legacy completion is enabled
[ConditionalWpfFact(typeof(AsyncCompletionCondition))]
public void TypingHelpDirectiveWorks()
{
VisualStudio.InteractiveWindow.ShowWindow(waitForPrompt: true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册