Skip to content

Commit

Permalink
Upstream removed the v1alpha2 tests as part of this commit, see: knat…
Browse files Browse the repository at this point in the history
…ive#5318

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Apr 28, 2021
1 parent 5b2407a commit 4eb8a9d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions openshift/patches/014-sinkbinding_tests_skip.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
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
+++ b/test/e2e/source_sinkbinding_v1alpha2_test.go
@@ -122,6 +122,7 @@ func TestSinkBindingV1Alpha2Deployment(t *testing.T) {
}

func TestSinkBindingV1Alpha2CronJob(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_v1beta1_test.go b/test/e2e/source_sinkbinding_v1beta1_test.go
index 0df34b42e..086a5ba40 100644
--- a/test/e2e/source_sinkbinding_v1beta1_test.go
Expand Down

0 comments on commit 4eb8a9d

Please sign in to comment.