summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorbyron jones <byron@glob.com.au>2018-04-20 19:18:53 +0200
committerdklawren <dklawren@users.noreply.github.com>2018-04-20 19:18:53 +0200
commit867057e89a8f309cedcc1affbe00923fd8f8b3c2 (patch)
tree3c0a71df710e2fc96ace93b70d9bba895f36e454 /t
parent5b0812a368b9e646f393ccbf62186ed1b2b535d2 (diff)
downloadbugzilla-867057e89a8f309cedcc1affbe00923fd8f8b3c2.tar.gz
bugzilla-867057e89a8f309cedcc1affbe00923fd8f8b3c2.tar.xz
Bug 1440828 - Phabricator review requests should show up on the BMO dashboard
Diffstat (limited to 't')
-rw-r--r--t/008filter.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/008filter.t b/t/008filter.t
index cae1e6880..443fb2b4f 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -147,6 +147,9 @@ sub directive_ok {
$directive =~ s/^\s*//;
$directive =~ s/\s*$//;
+ # Ignore blocks explicitly marked as ok
+ return 1 if $directive =~ /\b## no-008filter\b/;
+
# Empty directives are ok; they are usually line break helpers
return 1 if $directive eq '';