mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +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(())
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user