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:
Diffstat (limited to 'internal/praefect/repocleaner/repository_test.go')
-rw-r--r--internal/praefect/repocleaner/repository_test.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/internal/praefect/repocleaner/repository_test.go b/internal/praefect/repocleaner/repository_test.go
index 83c21ab17..cb4843959 100644
--- a/internal/praefect/repocleaner/repository_test.go
+++ b/internal/praefect/repocleaner/repository_test.go
@@ -208,12 +208,6 @@ func TestRunner_Run(t *testing.T) {
}
func TestRunner_Run_noAvailableStorages(t *testing.T) {
- testhelper.SkipQuarantinedTest(
- t,
- "https://gitlab.com/gitlab-org/gitaly/-/issues/5504",
- "TestRunner_Run_noAvailableStorages",
- )
-
t.Parallel()
const (
@@ -241,8 +235,8 @@ func TestRunner_Run_noAvailableStorages(t *testing.T) {
DB: dbConf,
}
cfg := Cfg{
- RunInterval: time.Minute,
- LivenessInterval: time.Second,
+ RunInterval: time.Hour,
+ LivenessInterval: time.Hour,
RepositoriesInBatch: 2,
}