Skip to content

Commit

Permalink
Merge pull request #115690 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.2-115685

release-23.2: builtins: skip TestSerialNormalizationWithUniqueUnorderedID under deadlock
  • Loading branch information
arulajmani authored Dec 6, 2023
2 parents f6f1e75 + 53d611b commit 8174b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/sem/builtins/builtins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func TestSerialNormalizationWithUniqueUnorderedID(t *testing.T) {

skip.UnderRace(t, "the test is too slow and the goodness of fit test "+
"assumes large N")
skip.UnderDeadlock(t, "the test is too slow")

ctx := context.Background()

Expand Down

0 comments on commit 8174b0d

Please sign in to comment.