Unskip TestConnCopyFromLarge for CockroachDB

This test is passing now.
pull/1697/head
Rafi Shamim 2023-07-22 02:00:54 -04:00 committed by Jack Christensen
parent 88b49d48f6
commit f90e86fd8d
1 changed files with 0 additions and 2 deletions

View File

@ -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,