Skip to content

Commit

Permalink
Merge #125435
Browse files Browse the repository at this point in the history
125435: jobs: skip TestRetriesWithExponentialBackoff r=rickystewart a=stevendanna

Release note: None
Epic: none

Co-authored-by: Steven Danna <[email protected]>
  • Loading branch information
craig[bot] and stevendanna committed Jun 10, 2024
2 parents e09f535 + 838aabf commit 9e2e4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/jobs/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ func TestRetriesWithExponentialBackoff(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 125433)

const (
// Number of retries should be reasonably large such that they are sufficient
// to test long delays but not too many to increase the test time.
Expand Down

0 comments on commit 9e2e4fb

Please sign in to comment.