X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7ba5152493327d277115aab9b344b652decd3f2e..d4f3eda3145539aa2516da2b8e80bb54b3227e95:/test/bdd/environment.py diff --git a/test/bdd/environment.py b/test/bdd/environment.py index e2e64403..a7135f38 100644 --- a/test/bdd/environment.py +++ b/test/bdd/environment.py @@ -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")