Skip to content

Commit

Permalink
test big pool only on tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Aug 20, 2023
1 parent be06c6a commit 8e995fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/any/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8e995fb

Please sign in to comment.