temporarily skip extra args help text tests
This commit is contained in:
parent
998ac9c3eb
commit
ea308e9b59
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace Microsoft.DotNet.Cli.MSBuild.Tests
|
|||
.HaveStdOutContaining("You want me to say 'GreatScott'");
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[Theory(Skip="New parser feature needed")]
|
||||
[InlineData("build")]
|
||||
[InlineData("clean")]
|
||||
[InlineData("pack")]
|
||||
|
|
Loading…
Add table
Reference in a new issue