fix: ignore flaky copy_can_work_with_failed_transactions test

This commit is contained in:
Austin Bonander 2024-06-13 12:49:37 -07:00
parent 948264ff93
commit 3418455482

View File

@ -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?;