Skip to content

Commit

Permalink
fix typo (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
anj-s committed Feb 23, 2022
1 parent f9a125d commit cb72ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nn/data_parallel/test_fsdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def _get_model(self, group, config):
return FullyShardedDataParallel(model, group, **config)


@pytest.mark.skip(reasone="Recently flaky and not reproducible locally.")
@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 cb72ae5

Please sign in to comment.