Skip to content

Commit

Permalink
reenable a test (#1081)
Browse files Browse the repository at this point in the history
Co-authored-by: Min Xu <min.xu.public@gmail.com>
  • Loading branch information
min-xu-ai and flying-x committed Sep 25, 2022
1 parent e71d257 commit 4975b05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/nn/data_parallel/test_fsdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ def _get_model(self, group, config):
return FullyShardedDataParallel(model, group, **config)


@pytest.mark.skip(reason="Recently flaky and not reproducible locally.")
class TestSerialization(DistributedTest):
@parameterized.expand([[False, False], [True, False], [True, True], [False, True]], name_func=rename_test)
def test_pickle(self, mixed_precision, cpu_offload):
Expand Down

0 comments on commit 4975b05

Please sign in to comment.