mirror of https://github.com/jackc/pgx.git
Disable incomptible test with CockroachDB
parent
0fd0688d4f
commit
210ebb4a50
|
@ -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
|
||||
)`)
|
||||
|
|
Loading…
Reference in New Issue