Skip to content

Commit 3f29af9

Browse files
authored
tests: skip flakey test (#6989)
1 parent 27844c6 commit 3f29af9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_ipc/test_kernel_communication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727

2828
@pytest.mark.skipif(not HAS_DEPS, reason="optional dependencies not installed")
29+
@pytest.mark.skip(reason="TODO: fix this test. Currently flaky on CI.")
2930
def test_kernel_launch_and_execute_cells():
3031
"""Test launching a kernel and executing cells with stdout/stderr."""
3132
from marimo._ipc import KernelArgs, QueueManager

0 commit comments

Comments
 (0)