mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
parent
7aa0ea20be
commit
45d275f71d
1 changed files with 3 additions and 0 deletions
|
|
@ -269,6 +269,9 @@ def test_multiple_pairs(tmpdir, runner):
|
|||
])
|
||||
|
||||
|
||||
# XXX: https://github.com/pimutils/vdirsyncer/issues/617
|
||||
@pytest.mark.skipif(sys.platform == 'darwin',
|
||||
reason='This test inexplicably fails')
|
||||
@given(collections=st.sets(
|
||||
st.text(
|
||||
st.characters(
|
||||
|
|
|
|||
Loading…
Reference in a new issue