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
diff options
context:
space:
mode:
Diffstat (limited to 'test/acceptance/zip_test.go')
-rw-r--r--test/acceptance/zip_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/acceptance/zip_test.go b/test/acceptance/zip_test.go
index a7e82d27..91d5df99 100644
--- a/test/acceptance/zip_test.go
+++ b/test/acceptance/zip_test.go
@@ -107,8 +107,6 @@ func TestZipServing(t *testing.T) {
}
func TestZipServingFromDisk(t *testing.T) {
- skipUnlessEnabled(t, "not-inplace-chroot")
-
chdir := false
defer testhelpers.ChdirInPath(t, "../../shared/pages", &chdir)()