Skip to content

Commit

Permalink
jobs: unskip TestRegistryLifecycle/rollback
Browse files Browse the repository at this point in the history
The test flakiness was introduced by #52697and fixed by #52710.

Fixes #52767.

Release note: none.
  • Loading branch information
Spas Bojanov committed Aug 19, 2020
1 parent ebd5c73 commit 71288b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/jobs/jobs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/tests"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
"github.com/cockroachdb/cockroach/pkg/util/ctxgroup"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
Expand Down Expand Up @@ -545,8 +544,6 @@ func TestRegistryLifecycle(t *testing.T) {

// Verify that pause and cancel in a rollback do nothing.
t.Run("rollback", func(t *testing.T) {
skip.WithIssue(t, 52767, "flaky")

rts := registryTestSuite{}
rts.setUp(t)
defer rts.tearDown()
Expand Down

0 comments on commit 71288b9

Please sign in to comment.