2
0

Run TestConnQueryReadTooManyValues in parallel

This commit is contained in:
Jack Christensen
2014-07-11 08:29:57 -05:00
parent 646136fb44
commit 986f9a1e66
+1 -1
View File
@@ -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)