Skip to content

Commit

Permalink
Merge pull request #123238 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-24.1-122310

release-24.1: sql: skip TestParallel under deadlock (#123238)

Co-Authored-By: Arul Ajmani <arulajmani@gmail.com>
  • Loading branch information
yuzefovich and arulajmani committed Apr 29, 2024
2 parents d61dfc1 + 79faa9b commit 87e816d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/logictest/parallel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ func TestParallel(t *testing.T) {
defer leaktest.AfterTest(t)()

skip.UnderRace(t, "takes >1 min under race")
skip.UnderDeadlock(t, "too slow")

glob := *paralleltestdata
paths, err := filepath.Glob(glob)
Expand Down

0 comments on commit 87e816d

Please sign in to comment.