From 986f9a1e66585b00c5a9be802f767e87e7e08c0b Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 11 Jul 2014 08:29:57 -0500 Subject: [PATCH] Run TestConnQueryReadTooManyValues in parallel --- conn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn_test.go b/conn_test.go index c1957a64..6e3e4b28 100644 --- a/conn_test.go +++ b/conn_test.go @@ -436,7 +436,7 @@ func TestConnQueryReadWrongTypeError(t *testing.T) { // Test that a connection stays valid when query results read incorrectly func TestConnQueryReadTooManyValues(t *testing.T) { - // t.Parallel() + t.Parallel() conn := mustConnect(t, *defaultConnConfig) defer closeConn(t, conn)