diff --git a/pkg/kv/kvserver/replica_test.go b/pkg/kv/kvserver/replica_test.go index a6a0063110b4..510c21fa5634 100644 --- a/pkg/kv/kvserver/replica_test.go +++ b/pkg/kv/kvserver/replica_test.go @@ -8572,7 +8572,6 @@ func TestRefreshFromBelowGCThreshold(t *testing.T) { func TestGCThresholdRacesWithRead(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) - skip.WithIssue(t, 55293) testutils.RunTrueAndFalse(t, "followerRead", func(t *testing.T, followerRead bool) { testutils.RunTrueAndFalse(t, "thresholdFirst", func(t *testing.T, thresholdFirst bool) {