Skip to content

Commit

Permalink
Merge pull request #105570 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-105559

release-23.1: testccl/sqlccl: unskip TestExplainRedactDDL
  • Loading branch information
michae2 authored Jun 27, 2023
2 parents 4c7ff06 + 4d46652 commit 70c8ee2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/ccl/testccl/sqlccl/explain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/lexbase"
"github.com/cockroachdb/cockroach/pkg/sql/tests"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
"github.com/cockroachdb/cockroach/pkg/util/randutil"
Expand All @@ -33,9 +32,6 @@ func TestExplainRedactDDL(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 99005)
skip.UnderStressWithIssue(t, 99005)

const numStatements = 10

ctx := context.Background()
Expand Down

0 comments on commit 70c8ee2

Please sign in to comment.