Skip to content

Commit

Permalink
[#1773] Ignore test as it makes ClosureInAnnotationsTest fail
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Aug 21, 2022
1 parent 110416f commit 1d369d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ package picocli.groovy

import org.junit.AfterClass
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Test
import picocli.CommandLine
import picocli.CommandLine.InitializationException

@Ignore
class ClosureInAnnotationsDisabledTest {
@BeforeClass
public static void beforeClass() {
Expand Down

0 comments on commit 1d369d2

Please sign in to comment.