diff --git a/test/duplicate_test.go b/test/duplicate_test.go index 012ec29a74e..85fc034114a 100644 --- a/test/duplicate_test.go +++ b/test/duplicate_test.go @@ -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()) diff --git a/test/v1alpha1/duplicate_test.go b/test/v1alpha1/duplicate_test.go index 0e356a439fe..818a701b2e7 100644 --- a/test/v1alpha1/duplicate_test.go +++ b/test/v1alpha1/duplicate_test.go @@ -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()