Skip to content

Commit 3f5264c

Browse files
committed
refactor(postgres): Ignore test_pg_copy_chunked for postgres 13
Signed-off-by: Joshua Potts <[email protected]>
1 parent daab93d commit 3f5264c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/postgres/postgres.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,6 +2143,7 @@ create temporary table person(
21432143
Ok(())
21442144
}
21452145

2146+
#[cfg(not(postgres = "13"))]
21462147
#[sqlx_macros::test]
21472148
async fn test_pg_copy_chunked() -> anyhow::Result<()> {
21482149
let mut conn = new::<Postgres>().await?;

0 commit comments

Comments
 (0)