fix: ignore flaky test_connection_maintenance test

This commit is contained in:
Austin Bonander 2024-06-11 11:59:11 -07:00
parent f7301f67d1
commit 948264ff93

View File

@ -216,6 +216,7 @@ async fn test_pool_callbacks() -> anyhow::Result<()> {
Ok(()) Ok(())
} }
#[ignore]
#[sqlx_macros::test] #[sqlx_macros::test]
async fn test_connection_maintenance() -> anyhow::Result<()> { async fn test_connection_maintenance() -> anyhow::Result<()> {
sqlx::any::install_default_drivers(); sqlx::any::install_default_drivers();