Skip to content

Commit

Permalink
Merge pull request cockroachdb#69490 from rafiss/backport21.1-69446
Browse files Browse the repository at this point in the history
release-21.1: roachtest: ignore pgx COPY error test
  • Loading branch information
rafiss committed Aug 30, 2021
2 parents 691eba4 + 18e7ff0 commit 6859359
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/cmd/roachtest/pgx_blocklist.go
Expand Up @@ -30,6 +30,7 @@ var pgxIgnorelist21_2 = pgxIgnorelist21_1
var pgxIgnorelist21_1 = pgxIgnorelist20_2

var pgxIgnorelist20_2 = blocklist{
"v4.TestBeginIsoLevels": "We don't support isolation levels",
"v4.TestQueryEncodeError": "This test checks the exact error message",
"v4.TestBeginIsoLevels": "We don't support isolation levels",
"v4.TestConnCopyFromFailServerSideMidwayAbortsWithoutWaiting": "https://github.com/cockroachdb/cockroach/issues/69291#issuecomment-906898940",
"v4.TestQueryEncodeError": "This test checks the exact error message",
}

0 comments on commit 6859359

Please sign in to comment.