Skip to content

Commit

Permalink
skip early
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Nov 13, 2023
1 parent c471318 commit 5cc560b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/_test_msui/test_wms_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,9 @@ def test_invalid_url(self, mockbox):
self.query_server(f"http://???127.0.0.1:{self.port}")
assert mockbox.critical.call_count == 1

@pytest.mark.skip("problem in urllib3")
@mock.patch("PyQt5.QtWidgets.QMessageBox")
def test_connection_error(self, mockbox):
if sys.version_info.major == 3:
pytest.skip("problem in urllib3")
"""
assert that a message box informs about server troubles
"""
Expand Down

0 comments on commit 5cc560b

Please sign in to comment.