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/gitaly/service/namespace/namespace_test.go')
-rw-r--r--internal/gitaly/service/namespace/namespace_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/gitaly/service/namespace/namespace_test.go b/internal/gitaly/service/namespace/namespace_test.go
index 8adab217a..56873a6c1 100644
--- a/internal/gitaly/service/namespace/namespace_test.go
+++ b/internal/gitaly/service/namespace/namespace_test.go
@@ -101,8 +101,6 @@ func getStorageDir(t *testing.T, cfg config.Cfg, storageName string) string {
}
func TestAddNamespace(t *testing.T) {
- testhelper.SkipWithPraefect(t, "per_repository election strategy doesn't support storage scoped mutators")
-
cfg, client := setupNamespaceService(t)
existingStorage := cfg.Storages[0]
@@ -165,8 +163,6 @@ func TestAddNamespace(t *testing.T) {
}
func TestRemoveNamespace(t *testing.T) {
- testhelper.SkipWithPraefect(t, "per_repository election strategy doesn't support storage scoped mutators")
-
cfg, client := setupNamespaceService(t)
existingStorage := cfg.Storages[0]
@@ -221,8 +217,6 @@ func TestRemoveNamespace(t *testing.T) {
}
func TestRenameNamespace(t *testing.T) {
- testhelper.SkipWithPraefect(t, "per_repository election strategy doesn't support storage scoped mutators")
-
cfg, client := setupNamespaceService(t)
existingStorage := cfg.Storages[0]
@@ -291,8 +285,6 @@ func TestRenameNamespace(t *testing.T) {
}
func TestRenameNamespaceWithNonexistentParentDir(t *testing.T) {
- testhelper.SkipWithPraefect(t, "per_repository election strategy doesn't support storage scoped mutators")
-
cfg, client := setupNamespaceService(t)
existingStorage := cfg.Storages[0]