Skip to content

Commit

Permalink
Skip failing integration test CPSProject_GeneralPropertyGroupUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed May 15, 2020
1 parent d893350 commit 3553f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ unsafe class C
VisualStudio.Editor.Verify.CodeAction("Allow unsafe code in this project", applyFix: true);
}

[WpfFact, Trait(Traits.Feature, Traits.Features.CodeActionsUpdateProjectToAllowUnsafe)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/44301"), Trait(Traits.Feature, Traits.Features.CodeActionsUpdateProjectToAllowUnsafe)]
public void CPSProject_GeneralPropertyGroupUpdated()
{
var project = new ProjectUtils.Project(ProjectName);
Expand Down

0 comments on commit 3553f79

Please sign in to comment.