Skip to content

Commit 9074ae6

Browse files
authored
Ignore government-community.githubapp.com in tests, always obtains 403
1 parent bd513c7 commit 9074ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ task :test do
99
check_html: true,
1010
check_external_hash: false,
1111
hydra: { max_concurrency: 10 },
12-
url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
12+
url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}, %r{https://government-community.githubapp.com}],
1313
ignore_files: [%r{/community/}],
1414
ignore_status_codes: [429]
1515
)

0 commit comments

Comments
 (0)