We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38a13f commit 233f310Copy full SHA for 233f310
1 file changed
tests/cli_smoke_test.py
@@ -467,8 +467,6 @@ def test_tests_inventory_commands_smoke(cli_sandbox: CliSandbox) -> None:
467
468
@pytest.mark.skipif(os.name == "nt", reason="interactive smoke uses POSIX PTYs")
469
def test_onboard_interactive_smoke(cli_sandbox: CliSandbox) -> None:
470
- # One `j` per keypress (burst writes are not separate keys). The select list wraps;
471
- # from the first option, len(choices)-1 steps reach "Skip for now" without wrapping past it.
472
# Keep in sync with integration_choices in app/cli/wizard/flow.py::_configure_selected_integrations.
473
result = _run_cli_pty(
474
cli_sandbox,
0 commit comments