Skip to content

Commit 63f64ef

Browse files
committed
fix(tests): Fix test smell ignored test
1 parent 583aeda commit 63f64ef

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

src/test/java/org/apache/commons/cli/GnuParserTest.java

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -120,36 +120,6 @@ public void testShortWithUnexpectedArgument() throws Exception {
120120
public void testStopBursting() throws Exception {
121121
}
122122

123-
@Override
124-
@Test
125-
@Ignore("not supported by the GnuParser")
126-
public void testStopBursting2() throws Exception {
127-
}
128-
129-
@Override
130-
@Test
131-
@Ignore("not supported by the GnuParser")
132-
public void testUnambiguousPartialLongOption1() throws Exception {
133-
}
134-
135-
@Override
136-
@Test
137-
@Ignore("not supported by the GnuParser")
138-
public void testUnambiguousPartialLongOption2() throws Exception {
139-
}
140-
141-
@Override
142-
@Test
143-
@Ignore("not supported by the GnuParser")
144-
public void testUnambiguousPartialLongOption3() throws Exception {
145-
}
146-
147-
@Override
148-
@Test
149-
@Ignore("not supported by the GnuParser")
150-
public void testUnambiguousPartialLongOption4() throws Exception {
151-
}
152-
153123
@Override
154124
@Test
155125
@Ignore("not supported by the GnuParser")

0 commit comments

Comments
 (0)