Skip to content

Commit

Permalink
server: de-flake TestStatusAPICombinedTransactions
Browse files Browse the repository at this point in the history
This test got a lot slower under the span configs infrastructure,
something we're investigating as part of cockroachdb#74919. Until then, prevent
this test from spoiling builds.

Release note: None
  • Loading branch information
irfansharif committed Jan 18, 2022
1 parent 04fb64e commit 98c170c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,7 @@ func TestStatusAPICombinedTransactions(t *testing.T) {
defer log.Scope(t).Close(t)

params, _ := tests.CreateTestServerParams()
params.Knobs.SpanConfig = &spanconfig.TestingKnobs{ManagerDisableJobCreation: true} // TODO(irfansharif): #74919.
testCluster := serverutils.StartNewTestCluster(t, 3, base.TestClusterArgs{
ServerArgs: params,
})
Expand Down

0 comments on commit 98c170c

Please sign in to comment.