From f91871c8c33d3b9fc3622f80d422a49b3dd0d94c Mon Sep 17 00:00:00 2001 From: Frank Natividad Date: Fri, 20 Dec 2024 11:15:14 -0800 Subject: [PATCH] test(storage): skip MetricsEnablementInGCE (#11335) --- storage/integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/integration_test.go b/storage/integration_test.go index ef384296d0b5..7b6e5ae465a6 100644 --- a/storage/integration_test.go +++ b/storage/integration_test.go @@ -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) {