]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/postcode.feature
Merge pull request #3536 from lonvia/remove-php
[nominatim.git] / test / bdd / api / search / postcode.feature
index e372f449a95a882053d6c0ddaf92a5dbae95e751..bb1b755bf487b1fb3bc5bbb279562380442490b3 100644 (file)
@@ -3,11 +3,15 @@
 Feature: Searches with postcodes
     Various searches involving postcodes
 
+    @Fail
     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"