From b8d61415f13075a3b1e2101b5033971e1564d009 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Thu, 21 Nov 2024 11:55:35 +1100 Subject: [PATCH] chore(pact-jvm-server): Ignore MainSpec on CI --- .../src/test/groovy/au/com/dius/pact/server/MainSpec.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/pact-jvm-server/src/test/groovy/au/com/dius/pact/server/MainSpec.groovy b/pact-jvm-server/src/test/groovy/au/com/dius/pact/server/MainSpec.groovy index d8ffe9a06..02b879278 100644 --- a/pact-jvm-server/src/test/groovy/au/com/dius/pact/server/MainSpec.groovy +++ b/pact-jvm-server/src/test/groovy/au/com/dius/pact/server/MainSpec.groovy @@ -10,6 +10,7 @@ import spock.lang.Specification import java.util.concurrent.TimeUnit @IgnoreIf({ os.windows }) +@IgnoreIf({ System.getenv("CI") != null }) class MainSpec extends Specification { def 'application command line args'() { when: