Skip to content

Commit cc5643b

Browse files
committed
sqlccl: ignore known bug in TestExplainGist
Release note: None
1 parent 561fbb7 commit cc5643b

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
@@ -205,6 +205,7 @@ func TestExplainGist(t *testing.T) {
205205
// Ignore all errors except the internal ones.
206206
for _, knownErr := range []string{
207207
"expected equivalence dependants to be its closure", // #119045
208+
"type check failed while initializing stat", // #125620
208209
"argument expression has type RECORD, need type USER DEFINED RECORD", // #139910
209210
"not in index", // #148405
210211
} {

0 commit comments

Comments
 (0)