Skip to content

Commit

Permalink
Skip failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Nov 7, 2024
1 parent ae98c20 commit 42a5f0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_wfs_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def test_schema_wfs_200():


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


@pytest.mark.online
@pytest.mark.skip(reason='HTTP 403 issue. See issue #956')
@pytest.mark.skipif(not service_ok(SERVICE_URL),
reason="WFS service is unreachable")
def test_xmlfilter_wfs_200():
Expand Down

0 comments on commit 42a5f0f

Please sign in to comment.