Skip to content

Commit

Permalink
Fix for issue #624: (#901)
Browse files Browse the repository at this point in the history
- SSL problem has been fixed so this can be re-enabled
- Correct URL error
- Remove the skip decorator
  • Loading branch information
vjf authored Mar 22, 2024
1 parent 1b7e3bd commit e0d78c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_csw_geonetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

from owslib.csw import CatalogueServiceWeb

SERVICE_URL = 'https://metadata.bgs.ac.uk/geonetwork/srv/en/csw'
SERVICE_URL = 'https://metadata.bgs.ac.uk/geonetwork/srv/eng/csw'


@pytest.mark.online
@pytest.mark.skip(reason='server ssl issue. See issue #624')
@pytest.mark.skipif(not service_ok(SERVICE_URL),
reason='service is unreachable')
def test_csw_geonetwork():
Expand Down

0 comments on commit e0d78c9

Please sign in to comment.