Skip to content

Commit

Permalink
roachtest: fix name of flaky pgjdbc test
Browse files Browse the repository at this point in the history
It turns out the name needs to include parentheses in it.

Release note: None
  • Loading branch information
rafiss committed Nov 16, 2024
1 parent 5771a79 commit 32e9757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ var pgjdbcIgnoreList = blocklist{
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testTruncatedUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseMetaDataCacheTest.testGetTypeInfoUsesCache": "https://github.com/cockroachdb/cockroach/issues/119332#issuecomment-1950242848",
"org.postgresql.test.jdbc2.StatementTest.shortQueryTimeout": "flaky",
"org.postgresql.test.jdbc2.StatementTest.shortQueryTimeout()": "flaky",
"org.postgresql.test.jdbc4.jdbc41.SchemaTest.testCurrentSchemaPropertyNotVisibilityTableInsideFunction": "https://github.com/pgjdbc/pgjdbc/pull/2806",
"org.postgresql.test.jdbc4.jdbc41.SchemaTest.testCurrentSchemaPropertyVisibilityFunction": "https://github.com/pgjdbc/pgjdbc/pull/2806",
"org.postgresql.test.jdbc4.jdbc41.SchemaTest.testCurrentSchemaPropertyVisibilityTableDuringFunctionCreation": "https://github.com/pgjdbc/pgjdbc/pull/2806",
Expand Down

0 comments on commit 32e9757

Please sign in to comment.