From 9de6bdd7dd155d7e0138aefd2d4544b2a3826e2b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 11 Mar 2024 15:28:57 +0100 Subject: [PATCH] exclude postcode test from legacy and php --- test/bdd/db/query/postcodes.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/bdd/db/query/postcodes.feature b/test/bdd/db/query/postcodes.feature index e0a622d1..9f024959 100644 --- a/test/bdd/db/query/postcodes.feature +++ b/test/bdd/db/query/postcodes.feature @@ -96,6 +96,8 @@ Feature: Querying fo postcode variants | postcode | E4 7EA, United Kingdom | + @fail-legacy + @v1-api-python-only Scenario: Postcode areas are preferred over postcode points Given the grid with origin DE | 1 | 2 | -- 2.45.1