提交 25ac1c7e 编写于 作者: S Sam Harwell

Disable BasicExtractMethod.SimpleExtractMethod

This test has an overall pass rate of 65% over the past 14 days.

See #33103
上级 d0b251ae
......@@ -42,7 +42,8 @@ public BasicExtractMethod(VisualStudioInstanceFactory instanceFactory)
{
}
[WpfFact, Trait(Traits.Feature, Traits.Features.ExtractMethod)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/33103")]
[Trait(Traits.Feature, Traits.Features.ExtractMethod)]
public void SimpleExtractMethod()
{
VisualStudio.Editor.SetText(TestSource);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册