Skip to content

Commit

Permalink
Merge pull request #2155 from josephschorr/pgbouncer-flaky
Browse files Browse the repository at this point in the history
Remove t.Parallel from pgbouncer tests to fix flakes
  • Loading branch information
josephschorr authored Dec 4, 2024
2 parents 7b73c7c + 5871ec1 commit 1a30689
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/datastore/postgres/pgbouncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ var pgbouncerConfigs = lo.Map(
)

func TestPostgresWithPgBouncerDatastore(t *testing.T) {
t.Parallel()

testPostgresDatastore(t, pgbouncerConfigs)
}

func TestPostgresDatastoreWithPgBouncerWithoutCommitTimestamps(t *testing.T) {
t.Parallel()

testPostgresDatastoreWithoutCommitTimestamps(t, pgbouncerConfigs)
}

0 comments on commit 1a30689

Please sign in to comment.