Skip to content

Commit

Permalink
remove test skip on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Oct 23, 2024
1 parent 3a3830d commit 18c6336
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions db/crud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1691,9 +1691,6 @@ func TestAssignSequenceReleaseLoop(t *testing.T) {
// - Write new doc with conflict error
// - Assert we release a sequence for this
func TestReleaseSequenceOnDocWriteFailure(t *testing.T) {
if !base.UnitTestUrlIsWalrus() {
t.Skip("skipping for CBS pending CBG-4242")
}
defer SuspendSequenceBatching()()
base.SetUpTestLogging(t, base.LevelDebug, base.KeyAll)

Expand Down

0 comments on commit 18c6336

Please sign in to comment.