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-10-24 23:34:56 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-10-24 23:34:56 +0300
commit2838777108e7c081ddf7ef0932fe93087c560238 (patch)
tree75f001421041bf0d65a97056aa62c46b244091ea
parentf62690c83d825e9d6783606fb47e2615115d6c97 (diff)
parentd6dbb45b22fb5a20633ee994b087ba9e10abc754 (diff)
Merge branch 'jt-quarantine-flaky-test' into 'master'
localrepo: Quarantine flaky `TestRepo_FetchInternal` test See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6491 Merged-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com>
-rw-r--r--internal/git/localrepo/remote_extra_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/git/localrepo/remote_extra_test.go b/internal/git/localrepo/remote_extra_test.go
index 0efb3cea7..8b4ecd674 100644
--- a/internal/git/localrepo/remote_extra_test.go
+++ b/internal/git/localrepo/remote_extra_test.go
@@ -113,6 +113,7 @@ func TestRepo_FetchInternal(t *testing.T) {
})
t.Run("nonexistent revision", func(t *testing.T) {
+ testhelper.SkipQuarantinedTest(t, "https://gitlab.com/gitlab-org/gitaly/-/issues/5623")
ctx := testhelper.MergeIncomingMetadata(ctx, testcfg.GitalyServersMetadataFromCfg(t, cfg))
repoProto, _ := gittest.CreateRepository(t, ctx, cfg)