Skip to content

Commit 58e7cb0

Browse files
authored
fix: add retry for test_clean_up_via_context_manager (#1627)
1 parent 3c314c3 commit 58e7cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/large/test_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def test_clean_up_by_session_id():
151151
pytest.param(bigframes.connect, id="connect-method"),
152152
],
153153
)
154+
@pytest.mark.flaky(retries=3)
154155
def test_clean_up_via_context_manager(session_creator):
155156
# we will create two tables and confirm that they are deleted
156157
# when the session is closed

0 commit comments

Comments
 (0)