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 4081cfc commit 55d2a30Copy full SHA for 55d2a30
tests/test_control_mode_regressions.py
@@ -118,6 +118,10 @@ def test_is_alive_does_not_bootstrap_control_mode() -> None:
118
server.kill()
119
120
121
+@pytest.mark.xfail(
122
+ reason="control-mode switch-client semantics unsettled",
123
+ strict=False,
124
+)
125
def test_switch_client_raises_without_user_clients() -> None:
126
"""switch_client should raise when no user clients are attached."""
127
socket_name = f"libtmux_test_{uuid.uuid4().hex[:8]}"
@@ -678,6 +682,7 @@ def test_capture_pane_preserves_joined_lines() -> None:
678
682
),
679
683
marks=pytest.mark.xfail(
680
684
reason="Engine does not yet guard internal session name collisions",
685
681
686
687
688
],
0 commit comments