Skip to content

Commit 39ad5a9

Browse files
authored
1 parent 01a6999 commit 39ad5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_ogcapi_records_pycsw.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def test_ogcapi_records_pycsw():
7070

7171

7272
@pytest.mark.online
73+
@pytest.mark.skipif(not service_ok(SERVICE_URL),
74+
reason='service is unreachable')
7375
@pytest.mark.parametrize("path, expected", [
7476
('collections/foo/1', 'https://demo.pycsw.org/cite/collections/foo/1'),
7577
('collections/foo/https://example.org/11', 'https://demo.pycsw.org/cite/collections/foo/https://example.org/11') # noqa

0 commit comments

Comments
 (0)