From 948264ff93878af6e47526daa5e8dc8db85c960f Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Tue, 11 Jun 2024 11:59:11 -0700 Subject: [PATCH] fix: ignore flaky test_connection_maintenance test --- tests/any/pool.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/any/pool.rs b/tests/any/pool.rs index 5497ad30..f0b16091 100644 --- a/tests/any/pool.rs +++ b/tests/any/pool.rs @@ -216,6 +216,7 @@ async fn test_pool_callbacks() -> anyhow::Result<()> { Ok(()) } +#[ignore] #[sqlx_macros::test] async fn test_connection_maintenance() -> anyhow::Result<()> { sqlx::any::install_default_drivers();