mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-30 14:32:23 +00:00
fix: ignore flaky test_connection_maintenance test
This commit is contained in:
parent
f7301f67d1
commit
948264ff93
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user