Skip to content

Commit

Permalink
Unskip TestConnCopyFromLarge for CockroachDB
Browse files Browse the repository at this point in the history
This test is passing now.
  • Loading branch information
rafiss committed Jul 22, 2023
1 parent 88b49d4 commit 586c2a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions copy_from_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 586c2a1

Please sign in to comment.