Skip to content

Commit

Permalink
switch of nonminatim test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 27, 2023
1 parent 8fadd16 commit 303f467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_nominatim.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def testNominatim(self):
'''
test nominatim results - especially the extra tags
'''
if self.inCI():
return
examples=[{
"city":"London",
"q": "Q84",
Expand Down

0 comments on commit 303f467

Please sign in to comment.