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:
authorWill Chandler <wchandler@gitlab.com>2023-03-13 16:34:24 +0300
committerWill Chandler <wchandler@gitlab.com>2023-03-13 16:34:24 +0300
commite62becdc633aa18ed892de6a244dfb9e3598d86b (patch)
tree9af39217a4d2e97d072d1ef6f782c728acd4a4b9 /internal
parent895cd7e481bd7c07b1f97d6ba9cd3aef76ea637d (diff)
praefect: Quarantine `TestRemoveRepository` test
We've had some flakes on `praefect.TestRemoveRepository` on FIPS tests. Quarantine this test while researching the root cause.
Diffstat (limited to 'internal')
-rw-r--r--internal/praefect/server_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/praefect/server_test.go b/internal/praefect/server_test.go
index 736e5a921..c8240fa06 100644
--- a/internal/praefect/server_test.go
+++ b/internal/praefect/server_test.go
@@ -495,6 +495,8 @@ func TestRemoveRepository(t *testing.T) {
t.Parallel()
ctx := testhelper.Context(t)
+ testhelper.SkipQuarantinedTest(t, "https://gitlab.com/gitlab-org/gitaly/-/issues/4833", "TestRemoveRepository")
+
gitalyCfgs := make([]gconfig.Cfg, 3)
repos := make([]*gitalypb.Repository, 3)
praefectCfg := config.Config{VirtualStorages: []*config.VirtualStorage{{Name: "praefect"}}}