Skip to content

Commit 55d2a30

Browse files
committed
test(control-mode): Xfail notification, collision, switch-client gaps
1 parent 4081cfc commit 55d2a30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_control_mode_regressions.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ def test_is_alive_does_not_bootstrap_control_mode() -> None:
118118
server.kill()
119119

120120

121+
@pytest.mark.xfail(
122+
reason="control-mode switch-client semantics unsettled",
123+
strict=False,
124+
)
121125
def test_switch_client_raises_without_user_clients() -> None:
122126
"""switch_client should raise when no user clients are attached."""
123127
socket_name = f"libtmux_test_{uuid.uuid4().hex[:8]}"
@@ -678,6 +682,7 @@ def test_capture_pane_preserves_joined_lines() -> None:
678682
),
679683
marks=pytest.mark.xfail(
680684
reason="Engine does not yet guard internal session name collisions",
685+
strict=False,
681686
),
682687
),
683688
],

0 commit comments

Comments
 (0)