diff --git a/internal/grpc/grpcstats/stats_test.go b/internal/grpc/grpcstats/stats_test.go index 07239cca354f26b8a2e5b0fe68f59f37065f8d61..1164853bf96514483991a8f0a8473e8f0e72f70e 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)