We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d1e2f commit d709309Copy full SHA for d709309
pkg/ccl/testccl/sqlccl/explain_test.go
@@ -191,7 +191,6 @@ func TestExplainGist(t *testing.T) {
191
// Ignore all errors except the internal ones.
192
for _, knownErr := range []string{
193
"expected equivalence dependants to be its closure", // #119045
194
- "not in index", // #133129
195
} {
196
if strings.Contains(err.Error(), knownErr) {
197
// Don't fail the test on a set of known errors.
0 commit comments