From 5b2407a6e0dd471f0f53a3e35a976b9b6859c1ec Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Wed, 28 Apr 2021 07:56:38 +0200 Subject: [PATCH] Upstream removed the v1alpha1 tests as part of this commit, see: https://github.com/knative/eventing/pull/5317 Signed-off-by: Matthias Wessendorf --- openshift/patches/014-sinkbinding_tests_skip.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/openshift/patches/014-sinkbinding_tests_skip.patch b/openshift/patches/014-sinkbinding_tests_skip.patch index 5aa22772545..0ddabaea407 100644 --- a/openshift/patches/014-sinkbinding_tests_skip.patch +++ b/openshift/patches/014-sinkbinding_tests_skip.patch @@ -1,15 +1,3 @@ -diff --git a/test/e2e/source_sinkbinding_v1alpha1_test.go b/test/e2e/source_sinkbinding_v1alpha1_test.go -index 77e2bdb77..48b8116ad 100644 ---- a/test/e2e/source_sinkbinding_v1alpha1_test.go -+++ b/test/e2e/source_sinkbinding_v1alpha1_test.go -@@ -121,6 +121,7 @@ func TestSinkBindingDeployment(t *testing.T) { - } - - func TestSinkBindingCronJob(t *testing.T) { -+ t.Skip("SRVKE-500: Skipping since we set bindings to inclusion") - const ( - sinkBindingName = "e2e-sink-binding" - deploymentName = "e2e-sink-binding-cronjob" diff --git a/test/e2e/source_sinkbinding_v1alpha2_test.go b/test/e2e/source_sinkbinding_v1alpha2_test.go index 8e8e0c037..9aa5cc9fb 100644 --- a/test/e2e/source_sinkbinding_v1alpha2_test.go