Skip to content

Commit f580a56

Browse files
authored
fix: add retry for test_clean_up_via_context_manager (#1627)
1 parent 5df35b2 commit f580a56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/bigframes/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)