()
| 2724 | |
| 2725 | #[tokio::test] |
| 2726 | async fn p2_cli_serve_sleep_many() -> Result<()> { |
| 2727 | cli_serve_sleep( |
| 2728 | P2_CLI_SERVE_SLEEP_COMPONENT, |
| 2729 | CONNECTION_COUNT_MANY, |
| 2730 | REQUESTS_PER_CONNECTION_MANY, |
| 2731 | |cmd| { |
| 2732 | cmd.arg("-Scli"); |
| 2733 | }, |
| 2734 | ) |
| 2735 | .await |
| 2736 | } |
| 2737 | |
| 2738 | #[tokio::test] |
| 2739 | #[cfg_attr(not(feature = "component-model-async"), ignore)] |
nothing calls this directly
no test coverage detected