Skip to content

Commit

Permalink
Disable OIDC tests for now
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Oct 25, 2024
1 parent 01cbeab commit 1a33291
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test/rekt/integrationsource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ func TestIntegrationSourceWithTLS(t *testing.T) {
env.ParallelTest(ctx, t, integrationsource.SendEventsWithTLSRecieverAsSinkTrustBundle())
}

func TestIntegrationSourceSendsEventsWithOIDC(t *testing.T) {
t.Parallel()

ctx, env := global.Environment(
knative.WithKnativeNamespace(system.Namespace()),
knative.WithLoggingConfig,
knative.WithTracingConfig,
k8s.WithEventListener,
environment.Managed(t),
eventshub.WithTLS(t),
)

env.Test(ctx, t, integrationsource.SendsEventsWithSinkRefOIDC())
}
//func TestIntegrationSourceSendsEventsWithOIDC(t *testing.T) {
// t.Parallel()
//
// ctx, env := global.Environment(
// knative.WithKnativeNamespace(system.Namespace()),
// knative.WithLoggingConfig,
// knative.WithTracingConfig,
// k8s.WithEventListener,
// environment.Managed(t),
// eventshub.WithTLS(t),
// )
//
// env.Test(ctx, t, integrationsource.SendsEventsWithSinkRefOIDC())
//}

0 comments on commit 1a33291

Please sign in to comment.