We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c314c3 commit 58e7cb0Copy full SHA for 58e7cb0
tests/system/large/test_session.py
@@ -151,6 +151,7 @@ def test_clean_up_by_session_id():
151
pytest.param(bigframes.connect, id="connect-method"),
152
],
153
)
154
+@pytest.mark.flaky(retries=3)
155
def test_clean_up_via_context_manager(session_creator):
156
# we will create two tables and confirm that they are deleted
157
# when the session is closed
0 commit comments