2
0

Disable incomptible test with CockroachDB

This commit is contained in:
Jack Christensen
2022-03-22 19:59:56 -05:00
parent 0fd0688d4f
commit 210ebb4a50
+2
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
)`)