From 881534da745558d62855df4ae53dfc20571afcbf Mon Sep 17 00:00:00 2001 From: Will Chandler <wchandler@gitlab.com> Date: Thu, 7 Mar 2024 00:18:31 -0500 Subject: [PATCH] grpcstats: Quarantine TestPayloadBytes TestPayloadBytes has been flaky recently, quarantine it. --- internal/grpc/grpcstats/stats_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/grpc/grpcstats/stats_test.go b/internal/grpc/grpcstats/stats_test.go index 07239cca35..1164853bf9 100644 --- a/internal/grpc/grpcstats/stats_test.go +++ b/internal/grpc/grpcstats/stats_test.go @@ -52,6 +52,7 @@ func (ts testService) HalfDuplexCall(stream grpc_testing.TestService_HalfDuplexC func TestPayloadBytes(t *testing.T) { t.Parallel() + testhelper.SkipQuarantinedTest(t, "https://gitlab.com/gitlab-org/gitaly/-/issues/5898", "TestPayloadBytes") ctx := testhelper.Context(t) logger := testhelper.NewLogger(t) -- GitLab