aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/map/tests.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/map/tests.t b/t/map/tests.t
index 02ec4e69d..f6b4774fe 100644
--- a/t/map/tests.t
+++ b/t/map/tests.t
@@ -23,7 +23,7 @@ my $requires = {
};
foreach (FixMyStreet::Map->maps) {
- next if /WMTSBase|UKCouncilWMTS/; # Only its subclasses have JS
+ next if /WMTSBase|UKCouncilWMTS|WMSBase|WMXBase/; # Only its subclasses have JS
my $js = $_->map_javascript;
my $test_file = $js->[-1];
s/.*:://;