Skip to content

Commit

Permalink
Skip BuildWithCommandLine test (#55243)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonchou authored Jul 30, 2021
1 parent 5bce330 commit 86c25cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static void Main(string[] args)
// TODO: Validate build works as expected
}

[WpfFact, Trait(Traits.Feature, Traits.Features.Build)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/18204"), Trait(Traits.Feature, Traits.Features.Build)]
public void BuildWithCommandLine()
{
VisualStudio.SolutionExplorer.SaveAll();
Expand Down

0 comments on commit 86c25cd

Please sign in to comment.