From 85295314e69eba28b65346fad0a490bdd198a304 Mon Sep 17 00:00:00 2001 From: Jordan Lewis Date: Sat, 21 Sep 2019 23:14:07 -0400 Subject: [PATCH] roachtest: fix psycopg test It started skipping a test that we fail, so we can remove it from the blacklist. Release note: None Release justification: test only change --- pkg/cmd/roachtest/psycopg_blacklist.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/roachtest/psycopg_blacklist.go b/pkg/cmd/roachtest/psycopg_blacklist.go index 1bcbb4a63634..bb5e5547f6ab 100644 --- a/pkg/cmd/roachtest/psycopg_blacklist.go +++ b/pkg/cmd/roachtest/psycopg_blacklist.go @@ -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",