Skip to content

Commit

Permalink
test(storage): skip MetricsEnablementInGCE (#11335)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored Dec 20, 2024
1 parent 911bcd8 commit f91871c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ func TestIntegration_MetricsEnablement(t *testing.T) {
}

func TestIntegration_MetricsEnablementInGCE(t *testing.T) {
t.Skip("flaky test for rls metrics; other metrics are tested TestIntegration_MetricsEnablement")
ctx := skipHTTP("grpc only test")
mr := metric.NewManualReader()
multiTransportTest(ctx, t, func(t *testing.T, ctx context.Context, bucket string, prefix string, client *Client) {
Expand Down

0 comments on commit f91871c

Please sign in to comment.