diff --git a/pkg/sql/sem/builtins/builtins_test.go b/pkg/sql/sem/builtins/builtins_test.go index de7c88a3bb2d..3b06b7ee7c7c 100644 --- a/pkg/sql/sem/builtins/builtins_test.go +++ b/pkg/sql/sem/builtins/builtins_test.go @@ -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()