Skip to content

Commit

Permalink
xfail test_IteratorWithAggregation on Windows
Browse files Browse the repository at this point in the history
Ref: #1510
  • Loading branch information
yarikoptic committed Sep 27, 2024
1 parent 1c89d42 commit 55cd3f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dandi/support/tests/test_iterators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import pytest

from dandi.utils import on_windows

from ..iterators import IteratorWithAggregation


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


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

0 comments on commit 55cd3f9

Please sign in to comment.