diff --git a/test/fuzz/fuzz_test.go b/test/fuzz/fuzz_test.go index c7583b7b..1be7b11d 100644 --- a/test/fuzz/fuzz_test.go +++ b/test/fuzz/fuzz_test.go @@ -47,6 +47,7 @@ func FuzzExpr(f *testing.F) { regexp.MustCompile(`strings: negative Repeat count`), regexp.MustCompile(`strings: illegal bytes to escape`), regexp.MustCompile(`invalid date .*`), + regexp.MustCompile(`parsing time .*`), regexp.MustCompile(`cannot parse .* as .*`), regexp.MustCompile(`operator "in" not defined on .*`), regexp.MustCompile(`cannot sum .*`),