]> git.openstreetmap.org Git - nominatim.git/commitdiff
disable ZIP5+ test for Python frontend
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 31 Jul 2024 12:08:57 +0000 (14:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 31 Jul 2024 12:08:57 +0000 (14:08 +0200)
Currently not working.

test/bdd/api/search/postcode.feature

index e372f449a95a882053d6c0ddaf92a5dbae95e751..827af1ea799e36a520c497f2c994c2672115d862 100644 (file)
@@ -3,11 +3,15 @@
 Feature: Searches with postcodes
     Various searches involving postcodes
 
+    @v1-api-php-only
     Scenario: US 5+4 ZIP codes are shortened to 5 ZIP codes if not found
         When sending json search query "36067 1111, us" with address
         Then result addresses contain
             | postcode |
             | 36067    |
+        And results contain
+            | type     |
+            | postcode |
 
     Scenario: Postcode search with address
         When sending json search query "9486, mauren"