Skip to content

Commit 4d09927

Browse files
committed
Skipping tests which are failing under Windows
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 7c834ec commit 4d09927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/utils/test_evenly_divisible_all_gather_dist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
import torch.distributed as dist
1818

1919
from monai.utils import evenly_divisible_all_gather
20-
from tests.test_utils import DistCall, DistTestCase, assert_allclose
20+
from tests.test_utils import DistCall, DistTestCase, assert_allclose, skip_if_windows
2121

2222

23+
@skip_if_windows
2324
class DistributedEvenlyDivisibleAllGather(DistTestCase):
2425
@DistCall(nnodes=1, nproc_per_node=2)
2526
def test_data(self):

0 commit comments

Comments
 (0)