Disable incomptible test with CockroachDB

pull/1185/head
Jack Christensen 2022-03-22 19:59:56 -05:00
parent 0fd0688d4f
commit 210ebb4a50
1 changed files with 2 additions and 0 deletions

View File

@ -416,6 +416,8 @@ func TestConnCopyFromFailServerSideMidwayAbortsWithoutWaiting(t *testing.T) {
conn := mustConnectString(t, os.Getenv("PGX_TEST_DATABASE"))
defer closeConn(t, conn)
skipCockroachDB(t, conn, "Server copy error does not fail fast")
mustExec(t, conn, `create temporary table foo(
a bytea not null
)`)