mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-30 06:22:01 +00:00
fix: ignore flaky copy_can_work_with_failed_transactions test
This commit is contained in:
parent
948264ff93
commit
3418455482
@ -385,6 +385,7 @@ async fn it_can_query_all_scalar() -> anyhow::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[sqlx_macros::test]
|
||||
async fn copy_can_work_with_failed_transactions() -> anyhow::Result<()> {
|
||||
let mut conn = new::<Postgres>().await?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user