diff --git a/tests/test_wms_jpl_capabilities.py b/tests/test_wms_jpl_capabilities.py index 3726a18f7..1fb70eac3 100644 --- a/tests/test_wms_jpl_capabilities.py +++ b/tests/test_wms_jpl_capabilities.py @@ -101,6 +101,7 @@ def test_wms_capabilities_style_without_title(): SERVICE_URL = 'http://giswebservices.massgis.state.ma.us/geoserver/wms' +@pytest.mark.xfail @pytest.mark.online @pytest.mark.skipif(not service_ok(SERVICE_URL), reason="WMS service is unreachable")