mirror of https://github.com/jackc/pgx.git
parent
88b49d48f6
commit
f90e86fd8d
|
@ -269,8 +269,6 @@ func TestConnCopyFromLarge(t *testing.T) {
|
|||
conn := mustConnectString(t, os.Getenv("PGX_TEST_DATABASE"))
|
||||
defer closeConn(t, conn)
|
||||
|
||||
pgxtest.SkipCockroachDB(t, conn, "Skipping due to known server issue: (https://github.com/cockroachdb/cockroach/issues/52722)")
|
||||
|
||||
mustExec(t, conn, `create temporary table foo(
|
||||
a int2,
|
||||
b int4,
|
||||
|
|
Loading…
Reference in New Issue