Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-09-19 22:28:45 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-09-19 22:28:45 +0300
commit2a1f0c8f0ddb80d58758dec39061dc781d6c5764 (patch)
tree05bd667512393ab68b14949f172b53b8dd790bdb
parentcd32abfa498d12038240c1868a42df7ee3344a95 (diff)
limithandler: Quarantine `TestUnaryLimitHandler_queueing`
The `TestUnaryLimitHandler_queueing` test is flaky resulting in pipeline failures. Quarantine the test to skip execution.
-rw-r--r--internal/grpc/middleware/limithandler/middleware_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/grpc/middleware/limithandler/middleware_test.go b/internal/grpc/middleware/limithandler/middleware_test.go
index b12748582..35eaba735 100644
--- a/internal/grpc/middleware/limithandler/middleware_test.go
+++ b/internal/grpc/middleware/limithandler/middleware_test.go
@@ -96,6 +96,8 @@ func TestUnaryLimitHandler(t *testing.T) {
}
func TestUnaryLimitHandler_queueing(t *testing.T) {
+ testhelper.SkipQuarantinedTest(t, "https://gitlab.com/gitlab-org/gitaly/-/issues/5601")
+
t.Parallel()
ctx := testhelper.Context(t)