Skip to content

Commit

Permalink
Temporarily skip distributed testing for ProtoMPRS on Windows (#858)
Browse files Browse the repository at this point in the history
Summary:
See the issue #857

Pull Request resolved: #858

Reviewed By: NivekT, dahsh

Differential Revision: D40646733

Pulled By: ejguan

fbshipit-source-id: 346151425cab53a236079311adee8a8d6364b0f4
  • Loading branch information
ejguan committed Oct 25, 2022
1 parent f4deb1a commit 26c70a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/dataloader2/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def _random_fn(data):


class DeterminismTest(TestCase):
@unittest.skipIf(IS_WINDOWS, "Remove when https://github.com/pytorch/data/issues/857 is fixed")
@parametrize("num_workers", [0, 8])
def test_proto_rs_determinism(self, num_workers):
data_length = 64
Expand Down
1 change: 1 addition & 0 deletions test/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def test_elastic_training_dl1(self, backend) -> None:
],
)

@unittest.skipIf(IS_WINDOWS, "Remove when https://github.com/pytorch/data/issues/857 is fixed")
@backend_parametrize
@parametrize("num_workers", [0, 8])
def test_proto_rs_dl2(self, backend, num_workers) -> None:
Expand Down

0 comments on commit 26c70a8

Please sign in to comment.