Skip to content

Commit

Permalink
schemachanger: skip TestCompareLegacyAndDeclarative under race
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Nov 1, 2023
1 parent 63e0b12 commit 449d036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/schemachanger/schemachanger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ func isPQErrWithCode(err error, codes ...pgcode.Code) bool {
func TestCompareLegacyAndDeclarative(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.UnderStressRace(t, "too slow under stress race")

ss := &staticSQLStmtLineProvider{
stmts: []string{
Expand Down

0 comments on commit 449d036

Please sign in to comment.