Skip to content

Commit

Permalink
[#1384] Ignore failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Nov 13, 2021
1 parent cf2f1fe commit ac72e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/picocli/ArgGroupTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4046,7 +4046,6 @@ public void testIssue1300BooleanInitialization() {
assertEquals("", baos.toString());
}

@Ignore
@Command(name = "CLI Test 2", mixinStandardHelpOptions = true)
static class Issue1384 {
static class MyArgGroup {
Expand All @@ -4062,6 +4061,7 @@ static class MyArgGroup {
MyArgGroup argGroup;
}

@Ignore
@Test
public void testIssue1384() {
Issue1384 obj = new Issue1384();
Expand Down

0 comments on commit ac72e90

Please sign in to comment.