Skip to content

Commit 1a81a47

Browse files
committed
sql/tests: for now skip st_snap in TestRandomSyntaxFunctions
There appears to be a regression with geos bump from 3.11 to 3.12. It's not fixed in 3.13 either (latest stable available release), so until we fix it proper, skip `st_snap` function. Release note: None
1 parent b328729 commit 1a81a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/sql/tests/rsg_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@ func TestRandomSyntaxFunctions(t *testing.T) {
435435
"crdb_internal.fingerprint":
436436
// Skipped due to long execution time.
437437
continue
438+
case "st_snap":
439+
// TODO(#151103): unskip st_snap.
440+
continue
438441
}
439442
_, variations := builtinsregistry.GetBuiltinProperties(name)
440443
for _, builtin := range variations {

0 commit comments

Comments
 (0)