Skip to content

Commit 758cc87

Browse files
committed
return ddp loader tests
1 parent 4607f38 commit 758cc87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_oml/test_ddp/test_loader_patcher.py

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from .utils import run_in_ddp
1818

1919

20-
@pytest.mark.skip(reason="Dead locks may appear when running in CI")
2120
@pytest.mark.long
2221
@pytest.mark.parametrize("n_labels_sampler", [2, 5])
2322
@pytest.mark.parametrize("n_instances_sampler", [2, 5])
@@ -156,7 +155,6 @@ def check_patching_balance_batch_sampler(
156155
assert len(set(outputs_from_epochs)) == len(outputs_from_epochs)
157156

158157

159-
@pytest.mark.skip(reason="Dead locks may appear when running in CI")
160158
@pytest.mark.long
161159
@pytest.mark.parametrize("shuffle", [True, False])
162160
@pytest.mark.parametrize("drop_last", [True, False])

0 commit comments

Comments
 (0)