From 44269f1d731f09b820f2390e92056e22993554c6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 9 Dec 2016 13:04:22 +0000 Subject: [PATCH] Added an URL to skip to the test-crawler - Legacy-Id: 12500 --- bin/test-crawl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test-crawl b/bin/test-crawl index d14ba92e0..d13950ddb 100755 --- a/bin/test-crawl +++ b/bin/test-crawl @@ -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