mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[ignore]
|
||||||
#[sqlx_macros::test]
|
#[sqlx_macros::test]
|
||||||
async fn copy_can_work_with_failed_transactions() -> anyhow::Result<()> {
|
async fn copy_can_work_with_failed_transactions() -> anyhow::Result<()> {
|
||||||
let mut conn = new::<Postgres>().await?;
|
let mut conn = new::<Postgres>().await?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user