Do not run timing sensitive test in parallel
This test
This commit is contained in:
@@ -279,8 +279,6 @@ func TestPoolBackgroundChecksMaxConnIdleTime(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPoolBackgroundChecksMinConns(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
config, err := pgxpool.ParseConfig(os.Getenv("PGX_TEST_DATABASE"))
|
||||
require.NoError(t, err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user