提交 166ff84c 编写于 作者: J Jason Malinowski 提交者: GitHub

Merge pull request #19823 from jasonmalinowski/skip-failing-test

Skip hanging test TestTagsChangedForEntireFile
......@@ -15,7 +15,7 @@ namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Classification
public class SyntacticTaggerTests
{
[WorkItem(1032665, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1032665")]
[WpfFact, Trait(Traits.Feature, Traits.Features.Classification)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/19822"), Trait(Traits.Feature, Traits.Features.Classification)]
public async Task TestTagsChangedForEntireFile()
{
var code =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册