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

Unskip TestGCPBrokerMetrics in WI mode #1452

Merged
merged 1 commit into from Jul 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions test/e2e/e2e_test.go
Expand Up @@ -326,9 +326,6 @@ func TestGCPBroker(t *testing.T) {

// TestGCPBrokerMetrics tests we can knock a Knative Service from a GCP broker and the GCP Broker correctly reports its metrics to StackDriver.
func TestGCPBrokerMetrics(t *testing.T) {
if authConfig.WorkloadIdentity {
t.Skip("Skip metric test in Workload Identity mode for issue: https://github.com/google/knative-gcp/issues/1346")
}
cancel := logstream.Start(t)
defer cancel()
GCPBrokerMetricsTestImpl(t, authConfig)
Expand Down