From 3d4fa6c18018d946688edcfff80562e01d2710eb Mon Sep 17 00:00:00 2001 From: MacPingu Date: Tue, 19 Jan 2021 11:08:55 +0100 Subject: [PATCH] Update test_wms_jpl_capabilities.py xfail failing wms test (#732) --- tests/test_wms_jpl_capabilities.py | 1 + 1 file changed, 1 insertion(+) 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")