Removing t.Parallel from migration tests. (#21589)

To fix nightly CI Go test fail.
This commit is contained in:
Victor Lyuboslavsky
2024-08-27 09:03:50 -05:00
committed by GitHub
parent 9e49a44517
commit 38669539e4
@@ -67,7 +67,6 @@ func getMigrationVersion(t *testing.T) int64 {
//
// It returns the database connection to perform additional queries and migrations.
func applyUpToPrev(t *testing.T) *sqlx.DB {
t.Parallel()
// Run migration tests up to 2 months old. Our releases are on a 3-week
// cadence so this safely catches every migration in the release with a bit
// of buffer in case of delayed releases.