Skip to content

Commit

Permalink
Skip duplicated task, they consume too much memory on openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and alanfx committed Mar 25, 2021
1 parent 700139e commit ceb205d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/duplicate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (

// TestDuplicatePodTaskRun creates 10 builds and checks that each of them has only one build pod.
func TestDuplicatePodTaskRun(t *testing.T) {
t.Skip("Too much memory used on OpenShift")
t.Parallel()

ctx, cancel := context.WithCancel(context.Background())
Expand Down
1 change: 1 addition & 0 deletions test/v1alpha1/duplicate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import (

// TestDuplicatePodTaskRun creates 10 builds and checks that each of them has only one build pod.
func TestDuplicatePodTaskRun(t *testing.T) {
t.Skip("Too much memory used on OpenShift")
t.Parallel()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down

0 comments on commit ceb205d

Please sign in to comment.