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-02-14 00:12:44 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-02-14 00:12:44 +0300
commit63fa960922e8afe113d4c3d0725cdec534b4a666 (patch)
tree5639e604a7fd312fbbba4e4677533f9de0549793
parent3ff62a602b1c60a2639880635995fd0f8290e3d5 (diff)
blob: Quarantine `TestListAllLFSPointers` tests
Some tests in `TestListAllLFSPointers` have begun consistently failing. This change quarantines the test to skip the failing tests.
-rw-r--r--internal/gitaly/service/blob/lfs_pointers_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/gitaly/service/blob/lfs_pointers_test.go b/internal/gitaly/service/blob/lfs_pointers_test.go
index f2373101f..573c7b521 100644
--- a/internal/gitaly/service/blob/lfs_pointers_test.go
+++ b/internal/gitaly/service/blob/lfs_pointers_test.go
@@ -179,6 +179,8 @@ func TestListLFSPointers(t *testing.T) {
}
func TestListAllLFSPointers(t *testing.T) {
+ testhelper.SkipQuarantinedTest(t, "https://gitlab.com/gitlab-org/gitaly/-/issues/4793")
+
ctx := testhelper.Context(t)
receivePointers := func(t *testing.T, stream gitalypb.BlobService_ListAllLFSPointersClient) []*gitalypb.LFSPointer {