Skip to content

Commit

Permalink
Skip broken test
Browse files Browse the repository at this point in the history
Relates to dotnet#41456
  • Loading branch information
Neal Gafter committed Apr 6, 2020
1 parent a5f87d4 commit a76ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Workspaces/MSBuildTest/MSBuildWorkspaceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task TestOpenSolution_MultiProjectSolution()
}
}

[ConditionalFact(typeof(VisualStudioMSBuildInstalled)), Trait(Traits.Feature, Traits.Features.MSBuildWorkspace)]
[ConditionalFact(typeof(VisualStudioMSBuildInstalled), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/41456"), Trait(Traits.Feature, Traits.Features.MSBuildWorkspace)]
[WorkItem(2824, "https://github.com/dotnet/roslyn/issues/2824")]
public async Task Test_OpenProjectReferencingPortableProject()
{
Expand Down

0 comments on commit a76ccd5

Please sign in to comment.