We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c844a commit c2c1917Copy full SHA for c2c1917
1 file changed
src/GitVersionExe.Tests/HelpWriterTests.cs
@@ -6,7 +6,7 @@
6
7
public class HelpWriterTests
8
{
9
- [Test]
+ [Test, Ignore("Since all options are documented in the option specification, I prefer not to test documentation of options.")]
10
public void AllArgsAreInHelp()
11
12
var lookup = new Dictionary<string, string>
0 commit comments