Skip to content

Commit

Permalink
Remove task retry since too flaky
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel authored and alanfx committed Mar 25, 2021
1 parent 819bb3b commit 700139e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
// TestTaskRunRetry tests that retries behave as expected, by creating multiple
// Pods for the same TaskRun each time it fails, up to the configured max.
func TestTaskRunRetry(t *testing.T) {
t.Skip("Flaky")
ctx := context.Background()
ctx, cancel := context.WithCancel(ctx)
defer cancel()
Expand Down
1 change: 1 addition & 0 deletions test/v1alpha1/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import (
// TestTaskRunRetry tests that retries behave as expected, by creating multiple
// Pods for the same TaskRun each time it fails, up to the configured max.
func TestTaskRunRetry(t *testing.T) {
t.Skip("Flaky")
ctx := context.Background()
ctx, cancel := context.WithCancel(ctx)
defer cancel()
Expand Down

0 comments on commit 700139e

Please sign in to comment.