From 8e995fbccc428ceaebbf8eb16575f34fc666ef49 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Sun, 20 Aug 2023 12:45:25 +0200 Subject: [PATCH] test big pool only on tokio --- tests/any/pool.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/any/pool.rs b/tests/any/pool.rs index 6d6e44874e..1bab4de10f 100644 --- a/tests/any/pool.rs +++ b/tests/any/pool.rs @@ -67,6 +67,7 @@ async fn pool_should_be_returned_failed_transactions() -> anyhow::Result<()> { Ok(()) } +#[cfg(feature = "runtime-tokio-rustls")] #[sqlx_macros::test] async fn big_pool() -> anyhow::Result<()> { let pool = Arc::new(