Skip to content

Commit

Permalink
Disable Flaky DLRM test
Browse files Browse the repository at this point in the history
Summary: follow up task T156681074

Reviewed By: zainhuda

Differential Revision: D46992474

fbshipit-source-id: 5ee7abcca8a9c767d11b0cd5b111a6daf89a08cb
  • Loading branch information
dstaay-fb authored and facebook-github-bot committed Jun 24, 2023
1 parent 11a3c64 commit 3fa4904
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 3fa4904

Please sign in to comment.