Skip to content

Commit 44269f1

Browse files
committed
Added an URL to skip to the test-crawler
- Legacy-Id: 12500
1 parent 7935926 commit 44269f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/test-crawl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def skip_url(url):
198198
"^/wg/[a-z0-9-]+/deps/svg/",
199199
# This bad url occurs in an uploaded html agenda:
200200
r"/site/ietfdhcwg/_/rsrc/1311005436000/system/app/css/overlay.css\?cb=simple100%250150goog-ws-left",
201+
r"/dir/tsvdir/reviews/",
201202
):
202203
if re.search(pattern, url):
203204
return True

0 commit comments

Comments
 (0)