Skip to content

Commit

Permalink
Merge pull request #105744 from bananabrick/unskip_test
Browse files Browse the repository at this point in the history
storage: unskip unskip TestCreateCheckpoint_SpanConstrained
  • Loading branch information
bananabrick authored Jun 28, 2023
2 parents 317f64d + 768ad07 commit f13c021
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 f13c021

Please sign in to comment.