temporarily skip extra args help text tests

This commit is contained in:
jonsequitur 2017-03-09 12:19:27 -08:00
parent 998ac9c3eb
commit ea308e9b59

View file

@ -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")]