Skip to content

Commit 03ef7eb

Browse files
authored
Merge pull request #1135 from github/avoid-403-tests
Ignore government-community.githubapp.com in tests, always obtains 403
2 parents bd513c7 + 8041b9f commit 03ef7eb

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
@@ -10,7 +10,7 @@ task :test do
1010
check_external_hash: false,
1111
hydra: { max_concurrency: 10 },
1212
url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
13-
ignore_files: [%r{/community/}],
13+
ignore_files: [%r{/community/}, %r{/stories/}],
1414
ignore_status_codes: [429]
1515
)
1616
token = ENV.fetch('GITHUB_TOKEN', nil)

0 commit comments

Comments
 (0)