Skip to content
Snippets Groups Projects
Commit d5330388 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

test_urls: Skip the internal Phabricator tasks


We have *many* of them in the release notes and they are not publicly
accessible anyway.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 03e0936f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ import fnmatch
EXCLUDE = [
"*://lavaphabbridge.apertis.org", #
"*://lavaphabbridge.apertis.org/*", # it's slooooooow
"*://phabricator.apertis.org/T*", # it's not public anyway :(
]
def get_link(url):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment