Skip to content

Commit c71c5f7

Browse files
authored
Skip failing tests (#957)
1 parent ae98c20 commit c71c5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_wfs_generic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def test_schema_wfs_200():
177177

178178

179179
@pytest.mark.online
180+
@pytest.mark.skip(reason='HTTP 403 issue. See issue #956')
180181
@pytest.mark.skipif(not service_ok(SERVICE_URL),
181182
reason="WFS service is unreachable")
182183
def test_xmlfilter_wfs_110():
@@ -193,6 +194,7 @@ def test_xmlfilter_wfs_110():
193194

194195

195196
@pytest.mark.online
197+
@pytest.mark.skip(reason='HTTP 403 issue. See issue #956')
196198
@pytest.mark.skipif(not service_ok(SERVICE_URL),
197199
reason="WFS service is unreachable")
198200
def test_xmlfilter_wfs_200():

0 commit comments

Comments
 (0)