Skip to content

Commit

Permalink
roachtest: fix psycopg test
Browse files Browse the repository at this point in the history
It started skipping a test that we fail, so we can remove it from the
blacklist.

Release note: None
Release justification: test only change
  • Loading branch information
jordanlewis committed Sep 22, 2019
1 parent a92c7d0 commit 8529531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/psycopg_blacklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var psycopgBlackList19_2 = blacklist{
"tests.test_connection.ConnectionTests.test_notices_limited": "5807",
"tests.test_connection.ConnectionTests.test_notices_noappend": "5807",
"tests.test_connection.ConnectionTests.test_reset": "35879",
"tests.test_connection.ConnectionTwoPhaseTests.test_cancel_fails_prepared": "22329",
"tests.test_connection.ConnectionTwoPhaseTests.test_recovered_xids": "22329",
"tests.test_connection.ConnectionTwoPhaseTests.test_status_after_recover": "22329",
"tests.test_connection.ConnectionTwoPhaseTests.test_tpc_commit": "22329",
Expand Down

0 comments on commit 8529531

Please sign in to comment.