Skip to content

Commit

Permalink
Merge pull request cockroachdb#58501 from rafiss/backport20.2-58485
Browse files Browse the repository at this point in the history
release-20.2: roachtest: ignore flaky pgjdbc tests
  • Loading branch information
rafiss authored Jan 6, 2021
2 parents 9aaec62 + 75f077d commit de11f50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/roachtest/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -3521,4 +3521,7 @@ var pgjdbcIgnoreList19_2 = blocklist{
"org.postgresql.test.jdbc2.BatchedInsertReWriteEnabledTest.testBatchWithReWrittenSpaceAfterValues[3: autoCommit=NO, binary=FORCE]": "54477",
"org.postgresql.test.jdbc2.BatchedInsertReWriteEnabledTest.testReWriteDisabledForPlainBatch[2: autoCommit=NO, binary=REGULAR]": "54477",
"org.postgresql.test.jdbc2.BatchedInsertReWriteEnabledTest.testReWriteDisabledForPlainBatch[3: autoCommit=NO, binary=FORCE]": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testBadUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testTruncatedUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testUTF8Decode": "54477",
}

0 comments on commit de11f50

Please sign in to comment.