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 27844c6 commit 3f29af9Copy full SHA for 3f29af9
tests/_ipc/test_kernel_communication.py
@@ -26,6 +26,7 @@
26
27
28
@pytest.mark.skipif(not HAS_DEPS, reason="optional dependencies not installed")
29
+@pytest.mark.skip(reason="TODO: fix this test. Currently flaky on CI.")
30
def test_kernel_launch_and_execute_cells():
31
"""Test launching a kernel and executing cells with stdout/stderr."""
32
from marimo._ipc import KernelArgs, QueueManager
0 commit comments