diff --git a/pkg/ccl/serverccl/statusccl/tenant_status_test.go b/pkg/ccl/serverccl/statusccl/tenant_status_test.go index 2db12ad594da..d13ccb596c6d 100644 --- a/pkg/ccl/serverccl/statusccl/tenant_status_test.go +++ b/pkg/ccl/serverccl/statusccl/tenant_status_test.go @@ -1590,6 +1590,8 @@ func TestThrottlingMetadata(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) + skip.UnderRace(t, "times out under race") + testtime := timeutil.Now() s := serverutils.StartCluster(t, 3, base.TestClusterArgs{ @@ -1597,7 +1599,6 @@ func TestThrottlingMetadata(t *testing.T) { Knobs: base.TestingKnobs{ Server: &server.TestingKnobs{ LicenseTestingKnobs: license.TestingKnobs{ - Enable: true, OverrideStartTime: &testtime, }, },