Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Ignore TestBrokerTracing due to flakiness. (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harwayne authored Apr 13, 2020
1 parent 859bcd2 commit 7c2ed1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func TestBrokerDeadLetterSink(t *testing.T) {
}

func TestBrokerTracing(t *testing.T) {
t.Skip("Skipping tracing tests due to flakiness. See https://github.com/google/knative-gcp/issues/818.")
if authConfig.WorkloadIdentity {
t.Skip("Skip broker related test when workloadIdentity is enabled, issue: https://github.com/google/knative-gcp/issues/746")
}
Expand Down

0 comments on commit 7c2ed1f

Please sign in to comment.