Skip to content

Commit

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

[ConditionalFact(typeof(VisualStudioMSBuildInstalled)), Trait(Traits.Feature, Traits.Features.MSBuildWorkspace)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/41456")]
// When this test is unskipped, the following should be used instead of the Fact attribute.
// [ConditionalFact(typeof(VisualStudioMSBuildInstalled)), 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 fcd455b

Please sign in to comment.