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:
authorSami Hiltunen <shiltunen@gitlab.com>2023-05-11 17:27:10 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2023-05-11 17:27:10 +0300
commitf50a7fe08903948118f49c10e7811f8a40e2ecca (patch)
tree97c5ad38d413a6371562314db0bc58cdb7d444b2
parente95cf8ba70d5580ed286b841660764bf3046e4b5 (diff)
parentc30056628f594f8322e435051ea049107af56a71 (diff)
Merge branch 'toon-q-flake' into 'master'
gitaly-hooks: Quarantine flaky test See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5766 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: Toon Claes <toon@gitlab.com>
-rw-r--r--cmd/gitaly-hooks/hooks_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/gitaly-hooks/hooks_test.go b/cmd/gitaly-hooks/hooks_test.go
index 07b5f2c29..a4b7fac04 100644
--- a/cmd/gitaly-hooks/hooks_test.go
+++ b/cmd/gitaly-hooks/hooks_test.go
@@ -785,6 +785,10 @@ remote: error executing git hook
},
} {
t.Run(tc.name, func(t *testing.T) {
+ testhelper.SkipQuarantinedTest(t,
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/5105",
+ "TestGitalyServerReturnsError_packObjects/resource_exhausted_with_LimitError_detail")
+
logDir := testhelper.TempDir(t)
ctx := testhelper.Context(t)