()
| 2706 | |
| 2707 | #[tokio::test] |
| 2708 | async fn p2_cli_serve_sleep() -> Result<()> { |
| 2709 | cli_serve_sleep(P2_CLI_SERVE_SLEEP_COMPONENT, 1, 1, |cmd| { |
| 2710 | cmd.arg("-Scli"); |
| 2711 | }) |
| 2712 | .await |
| 2713 | } |
| 2714 | |
| 2715 | #[tokio::test] |
| 2716 | #[cfg_attr(not(feature = "component-model-async"), ignore)] |
nothing calls this directly
no test coverage detected