Added an URL to skip to the test-crawler
- Legacy-Id: 12500
This commit is contained in:
parent
7935926a05
commit
44269f1d73
|
@ -198,6 +198,7 @@ def skip_url(url):
|
|||
"^/wg/[a-z0-9-]+/deps/svg/",
|
||||
# This bad url occurs in an uploaded html agenda:
|
||||
r"/site/ietfdhcwg/_/rsrc/1311005436000/system/app/css/overlay.css\?cb=simple100%250150goog-ws-left",
|
||||
r"/dir/tsvdir/reviews/",
|
||||
):
|
||||
if re.search(pattern, url):
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue