()
| 2715 | #[tokio::test] |
| 2716 | #[cfg_attr(not(feature = "component-model-async"), ignore)] |
| 2717 | async fn p3_cli_serve_sleep() -> Result<()> { |
| 2718 | cli_serve_sleep(P3_CLI_SERVE_SLEEP_COMPONENT, 1, 1, |cmd| { |
| 2719 | cmd.arg("-Wcomponent-model-async"); |
| 2720 | cmd.arg("-Sp3,cli"); |
| 2721 | }) |
| 2722 | .await |
| 2723 | } |
| 2724 | |
| 2725 | #[tokio::test] |
| 2726 | async fn p2_cli_serve_sleep_many() -> Result<()> { |
nothing calls this directly
no test coverage detected