Skip to content

Commit 3fa4904

Browse files
dstaay-fbfacebook-github-bot
authored andcommitted
Disable Flaky DLRM test
Summary: follow up task T156681074 Reviewed By: zainhuda Differential Revision: D46992474 fbshipit-source-id: 5ee7abcca8a9c767d11b0cd5b111a6daf89a08cb
1 parent 11a3c64 commit 3fa4904

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

torchrecipes/rec/modules/tests/test_lightning_dlrm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def _test_checkpointing(cls) -> None:
279279
)
280280

281281
@skip_if_asan
282+
@skip("TODO: Fix flaky test T156681074")
282283
def test_checkpointing_function(self) -> None:
283284
with tempfile.TemporaryDirectory() as tmpdir:
284285
lc = LaunchConfig(

0 commit comments

Comments
 (0)