diff --git a/htmlSanityCheck-core/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy b/htmlSanityCheck-core/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy index de88b263..540ffc83 100644 --- a/htmlSanityCheck-core/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy +++ b/htmlSanityCheck-core/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy @@ -150,7 +150,7 @@ class BrokenHttpLinksCheckerSpec extends Specification { } - @IgnoreIf({ !System.getenv('GITHUB_ACTIONS') }) + @Ignore // If({ !System.getenv('GITHUB_ACTIONS') }) def "bad amazon link is identified as problem"() { given: "an HTML page with a single (good) amazon link"