Skip to content

Commit

Permalink
Merge pull request cockroachdb#132459 from dhartunian/fix-merge-skew-…
Browse files Browse the repository at this point in the history
…and-skip-under-race-23.2

server: fix merge skew; skip under race
  • Loading branch information
dhartunian authored Oct 11, 2024
2 parents e8bf1f4 + 5be35c9 commit 965cf7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ccl/serverccl/statusccl/tenant_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1590,14 +1590,15 @@ 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{
ServerArgs: base.TestServerArgs{
Knobs: base.TestingKnobs{
Server: &server.TestingKnobs{
LicenseTestingKnobs: license.TestingKnobs{
Enable: true,
OverrideStartTime: &testtime,
},
},
Expand Down

0 comments on commit 965cf7a

Please sign in to comment.