Skip to content

Commit

Permalink
sql/tests: skip st_buffer in randomized test
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Jan 26, 2022
1 parent e5d1c37 commit cb1bf8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sql/tests/rsg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ func TestRandomSyntaxFunctions(t *testing.T) {
switch lower {
case "pg_sleep":
continue
case "st_frechetdistance":
// Calculating the Frechet distance is slow and testing it here
case "st_frechetdistance", "st_buffer":
// Some spatial function are slow and testing them here
// is not worth it.
continue
case "crdb_internal.reset_sql_stats", "crdb_internal.check_consistency":
Expand Down

0 comments on commit cb1bf8a

Please sign in to comment.