diff --git a/pkg/kv/kvserver/client_replica_test.go b/pkg/kv/kvserver/client_replica_test.go index 2b48dcf2450e..6932ecea772d 100644 --- a/pkg/kv/kvserver/client_replica_test.go +++ b/pkg/kv/kvserver/client_replica_test.go @@ -2690,8 +2690,6 @@ func TestSystemZoneConfigs(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) - skip.WithIssue(t, 98905) - // This test is relatively slow and resource intensive. When run under // stressrace on a loaded machine (as in the nightly tests), sometimes the // SucceedsSoon conditions below take longer than the allotted time (#25273).