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(())
}
#[ignore]
#[sqlx_macros::test]
async fn test_connection_maintenance() -> anyhow::Result<()> {
sqlx::any::install_default_drivers();