Skip to content

Commit

Permalink
server: fix merge skew; skip under race
Browse files Browse the repository at this point in the history
Added skip under race to match other branches.

Release note: None
  • Loading branch information
dhartunian committed Oct 11, 2024
1 parent 2e4e4f4 commit 5be35c9
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 5be35c9

Please sign in to comment.