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 d90eb28 commit d61527eCopy full SHA for d61527e
tests/test_start_kernel.py
@@ -50,6 +50,7 @@ def test_ipython_start_kernel_userns():
50
assert EXPECTED in text
51
52
53
+@pytest.mark.flaky(max_runs=3)
54
def test_start_kernel_background_thread():
55
cmd = dedent(
56
"""
0 commit comments