mirror of https://github.com/zulip/zulip.git
tests: Fix leading slash in test exclusion as well.
This commit is contained in:
parent
5feb3f288c
commit
ed01ffadba
|
@ -469,7 +469,7 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N
|
||||||
"help/community-topic-edits",
|
"help/community-topic-edits",
|
||||||
"help/delete-a-stream",
|
"help/delete-a-stream",
|
||||||
"for/working-groups-and-communities/",
|
"for/working-groups-and-communities/",
|
||||||
"/help/only-allow-admins-to-add-emoji",
|
"help/only-allow-admins-to-add-emoji",
|
||||||
"api/delete-stream",
|
"api/delete-stream",
|
||||||
"casper/(?P<path>.+)",
|
"casper/(?P<path>.+)",
|
||||||
"static/(?P<path>.+)",
|
"static/(?P<path>.+)",
|
||||||
|
|
Loading…
Reference in New Issue