]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
remove special casing for legacy tokenizer from BDD tests
[nominatim.git] / test / bdd / environment.py
index e2e644034fea7a17d13f0f7d75201d02a6b1d2ac..a7135f38de0c67e8574308893db6c516de2c0c8d 100644 (file)
@@ -60,9 +60,3 @@ def before_scenario(context, scenario):
 def after_scenario(context, scenario):
     if 'DB' in context.tags:
         context.nominatim.teardown_db(context)
-
-
-def before_tag(context, tag):
-    if tag == 'fail-legacy':
-        if context.config.userdata['TOKENIZER'] == 'legacy':
-            context.scenario.skip("Not implemented in legacy tokenizer")