Skip to content

Commit

Permalink
[TEST] ignore test for #964 until that is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 8, 2022
1 parent c008dd3 commit 0078245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/java/picocli/SynopsisOrderTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package picocli;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.ProvideSystemProperty;
Expand All @@ -9,7 +10,7 @@
import picocli.CommandLine.Help;

import static java.lang.String.format;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.*;
import static picocli.TestUtil.usageString;

public class SynopsisOrderTest {
Expand All @@ -34,6 +35,7 @@ class AllGroups {
AllGroups allGroups;
}

@Ignore("Requires #964")
@Test
public void testSynopsisOrderForArgGroup() {
String result = usageString(new SynopsisOrder(), Help.Ansi.OFF);
Expand Down

0 comments on commit 0078245

Please sign in to comment.