Skip to content

Commit

Permalink
#316 Flaky problem of the day (or last days)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 15, 2024
1 parent aad6762 commit 0e8c1b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0e8c1b7

Please sign in to comment.