Skip to content

Commit 15b7e70

Browse files
authored
Ignore 429 only occurring in CI
1 parent 398a8a9 commit 15b7e70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ task :test do
66
sh 'bundle exec jekyll build'
77
HTMLProofer.check_directory('./_site/',
88
check_html: true,
9-
hydra: { max_concurrency: 10 }).run
9+
hydra: { max_concurrency: 10 },
10+
http_status_ignore: [429]).run
1011
end

0 commit comments

Comments
 (0)