Skip to content

Commit

Permalink
sql: skip another flaky test
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
knz committed Nov 14, 2022
1 parent bd64897 commit a9dc45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/sem/builtins/builtins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ func TestMapToUniqueUnorderedID(t *testing.T) {
func TestSerialNormalizationWithUniqueUnorderedID(t *testing.T) {
defer leaktest.AfterTest(t)()
ctx := context.Background()

skip.WithIssue(t, 91858) // flaky test

skip.UnderRace(t, "the test is too slow and the goodness of fit test "+
"assumes large N")
params := base.TestServerArgs{}
Expand Down

0 comments on commit a9dc45b

Please sign in to comment.