mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Skip Dovecot auth tests on Windows
This commit is contained in:
parent
f25a5fbc79
commit
652e768650
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class TestBaseAuthRequests(BaseTest):
|
||||||
href_element = prop.find(xmlutils.make_clark("D:href"))
|
href_element = prop.find(xmlutils.make_clark("D:href"))
|
||||||
assert href_element is not None and href_element.text == "/test/"
|
assert href_element is not None and href_element.text == "/test/"
|
||||||
|
|
||||||
|
@pytest.mark.skipif(sys.platform == 'win32', reason="Not supported on Windows")
|
||||||
def _test_dovecot(
|
def _test_dovecot(
|
||||||
self, user, password, expected_status,
|
self, user, password, expected_status,
|
||||||
response=b'FAIL\n1\n', mech=[b'PLAIN'], broken=None):
|
response=b'FAIL\n1\n', mech=[b'PLAIN'], broken=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue