Skip to content

Commit

Permalink
storage: unskip unskip TestCreateCheckpoint_SpanConstrained
Browse files Browse the repository at this point in the history
The reason for skipping the test was fixed and backported.
Details in cockroachdb#100935.

Epic: none
Fixes: cockroachdb#105739
Release note: None
  • Loading branch information
bananabrick committed Jun 28, 2023
1 parent a8abc48 commit 768ad07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/storage/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
"github.com/cockroachdb/cockroach/pkg/storage/enginepb"
"github.com/cockroachdb/cockroach/pkg/storage/fs"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand Down Expand Up @@ -1033,7 +1032,6 @@ func TestCreateCheckpoint(t *testing.T) {
func TestCreateCheckpoint_SpanConstrained(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 100935)
ctx := context.Background()

rng, _ := randutil.NewTestRand()
Expand Down

0 comments on commit 768ad07

Please sign in to comment.