From 3553f79d0fc03d4eb7a861b1bb2fb30da05afdaa Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Fri, 15 May 2020 13:30:37 -0700 Subject: [PATCH] Skip failing integration test CPSProject_GeneralPropertyGroupUpdated See #44301 --- .../IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs b/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs index 8d98ba6fbc3ff..30ce00f82fbe8 100644 --- a/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs +++ b/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs @@ -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);