Skip to content

Commit

Permalink
sqlccl: remove skip for a fixed test in TestExplainGist
Browse files Browse the repository at this point in the history
Issue cockroachdb#123017 has been addressed.

Release note: None
  • Loading branch information
yuzefovich committed May 22, 2024
1 parent 02ca30c commit 8e42805
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/ccl/testccl/sqlccl/explain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,6 @@ func TestExplainGist(t *testing.T) {
return true
}
}
for _, toSkipSubstring := range []string{
"ALTER PRIMARY KEY", // #123017
} {
if strings.Contains(stmt, toSkipSubstring) {
return true
}
}
return false
}(); shouldSkip {
continue
Expand Down

0 comments on commit 8e42805

Please sign in to comment.