Skip to content

Commit 55cd3f9

Browse files
committed
xfail test_IteratorWithAggregation on Windows
Ref: #1510
1 parent 1c89d42 commit 55cd3f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dandi/support/tests/test_iterators.py

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import pytest
44

5+
from dandi.utils import on_windows
6+
57
from ..iterators import IteratorWithAggregation
68

79

@@ -31,6 +33,7 @@ def sleeping_range(n, secs=0.01, thr=None):
3133
raise ValueError(i)
3234

3335

36+
@pytest.mark.xfail(on_windows, reason="https://github.com/dandi/dandi-cli/issues/1510")
3437
def test_IteratorWithAggregation():
3538
def sumup(v, t=0):
3639
return v + t

0 commit comments

Comments
 (0)