Skip to content

Commit f786dec

Browse files
committed
sqlccl: ignore known bug in TestExplainGist
Release note: None
1 parent 234c524 commit f786dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/testccl/sqlccl/explain_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ func TestExplainGist(t *testing.T) {
200200
// Ignore all errors except the internal ones.
201201
for _, knownErr := range []string{
202202
"expected equivalence dependants to be its closure", // #119045
203+
"type check failed while initializing stat", // #125620
203204
"argument expression has type RECORD, need type USER DEFINED RECORD", // #139910
204205
"not in index", // #148405
205206
} {

0 commit comments

Comments
 (0)