Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/acceptance/helpers_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/acceptance/helpers_test.go b/test/acceptance/helpers_test.go
index b8181dca..8ad0166f 100644
--- a/test/acceptance/helpers_test.go
+++ b/test/acceptance/helpers_test.go
@@ -381,10 +381,6 @@ func getPagesDaemonArgs(t *testing.T) []string {
t.Log("Running pages as a daemon")
- // This triggers the drop-privileges-and-chroot code in the pages daemon
- out = append(out, "-daemon-uid", "0")
- out = append(out, "-daemon-gid", "65534")
-
return out
}