Skip to content

Commit

Permalink
Merge #96023
Browse files Browse the repository at this point in the history
96023: multiregion: skip TestColdStartLatency r=ajwerner a=msbutler

Epic: none

Informs: #95644

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Jan 26, 2023
2 parents 705d6a1 + 4e6aaf3 commit 831dbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/multiregionccl/cold_start_latency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestColdStartLatency(t *testing.T) {
defer log.Scope(t).Close(t)
skip.UnderRace(t, "too slow")
skip.UnderStress(t, "too slow")
skip.WithIssue(t, 95644)
defer envutil.TestSetEnv(t, "COCKROACH_MR_SYSTEM_DATABASE", "1")()

// We'll need to make some per-node args to assign the different
Expand Down

0 comments on commit 831dbcc

Please sign in to comment.