Skip to content

Commit d709309

Browse files
committed
sqlccl: remove ignored internal error in ExplainGist that's been fixed
Release note: None
1 parent c7d1e2f commit d709309

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ccl/testccl/sqlccl/explain_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ func TestExplainGist(t *testing.T) {
191191
// Ignore all errors except the internal ones.
192192
for _, knownErr := range []string{
193193
"expected equivalence dependants to be its closure", // #119045
194-
"not in index", // #133129
195194
} {
196195
if strings.Contains(err.Error(), knownErr) {
197196
// Don't fail the test on a set of known errors.

0 commit comments

Comments
 (0)