Skip to content

Commit a61a48c

Browse files
committed
flaky test_snap_shotting
1 parent e1b698c commit a61a48c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_app/core/test_lightning_app.py

+1
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ def _dump_checkpoint(self):
561561
raise SuccessException
562562

563563

564+
@pytest.mark.flaky(reruns=3)
564565
def test_snap_shotting():
565566
with contextlib.suppress(SuccessException):
566567
app = CheckpointLightningApp(FlowA())

0 commit comments

Comments
 (0)