1 2 3 4 5 6 7 8 9 10
use super::utils; #[tokio::test] #[ignore] async fn test_http_pooled_client() { utils::init_tracing(); let exit_status = utils::ExampleRunner::run("http_pooled_client").await; assert!(exit_status.success()); }