mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix: ignore flaky test_connection_maintenance test
This commit is contained in:
parent
f7301f67d1
commit
948264ff93
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue