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:
authorToon Claes <toon@gitlab.com>2023-09-19 11:25:52 +0300
committerToon Claes <toon@gitlab.com>2023-09-19 11:25:52 +0300
commitdbe7771b87778aec726d8819485d886e3631c9f2 (patch)
tree244cd6bc577e8f118c5a6204ea7109913e935613
parent45f05ea7efd431d07edcce5fe56e348b8ae95d6c (diff)
Draft: Re-enable quarantined testtoon-hook-q-test
Let's see if we can reproduce on CI again. Issue: https://gitlab.com/gitlab-org/gitaly/-/issues/5105
-rw-r--r--cmd/gitaly-hooks/hooks_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/gitaly-hooks/hooks_test.go b/cmd/gitaly-hooks/hooks_test.go
index ead3f1a7b..400ba3e2f 100644
--- a/cmd/gitaly-hooks/hooks_test.go
+++ b/cmd/gitaly-hooks/hooks_test.go
@@ -784,12 +784,6 @@ 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",
- "TestGitalyServerReturnsError_packObjects/resource_exhausted_without_LimitError_detail",
- )
-
logDir := testhelper.TempDir(t)
ctx := testhelper.Context(t)