Skip to content

Commit

Permalink
Merge #127260
Browse files Browse the repository at this point in the history
127260: sql: unskip TestSqlActivityUpdateTopLimitJob r=xinhaoz a=xinhaoz

Could not reproduce the failure documented in #120626.

Informs: #120626

Release note: None

Co-authored-by: Xin Hao Zhang <[email protected]>
  • Loading branch information
craig[bot] and xinhaoz committed Jul 17, 2024
2 parents 1e96b20 + 1d7df87 commit 677a7ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/sql_activity_update_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func TestSqlActivityUpdateTopLimitJob(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 120626)
skip.UnderRace(t, "test is too slow to run under race")

stubTime := timeutil.Now().Truncate(time.Hour)
Expand Down

0 comments on commit 677a7ed

Please sign in to comment.