Skip to content

Commit

Permalink
Disable Flaky DLRM test
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #40

follow up task T156681074

Reviewed By: zainhuda

Differential Revision: D46992474

fbshipit-source-id: 81e61f9750b0ba8f09e5b286bbd76401cada61f7
  • Loading branch information
dstaay-fb authored and facebook-github-bot committed Jun 24, 2023
1 parent 11a3c64 commit c18743a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchrecipes/rec/modules/tests/test_lightning_dlrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def _test_checkpointing(cls) -> None:
)

@skip_if_asan
@skip("TODO: Fix flaky test T156681074")
def test_checkpointing_function(self) -> None:
with tempfile.TemporaryDirectory() as tmpdir:
lc = LaunchConfig(
Expand Down

0 comments on commit c18743a

Please sign in to comment.