From 838aabf7bf1d64fc9c74f3c1a146c6c7df98eefb Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Mon, 10 Jun 2024 17:23:40 +0100 Subject: [PATCH] jobs: skip TestRetriesWithExponentialBackoff Release note: None Epic: none --- pkg/jobs/registry_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/jobs/registry_test.go b/pkg/jobs/registry_test.go index dc9308c3e951..33b78e15c079 100644 --- a/pkg/jobs/registry_test.go +++ b/pkg/jobs/registry_test.go @@ -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.