From 20ee614dfc5462edec2e71115115587b2d8f8776 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Wed, 8 Sep 2021 18:33:07 +1000 Subject: fix: set port to 0 --- test/acceptance/acceptance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/acceptance_test.go b/test/acceptance/acceptance_test.go index 9d0c0cd2..0003036b 100644 --- a/test/acceptance/acceptance_test.go +++ b/test/acceptance/acceptance_test.go @@ -18,7 +18,7 @@ var ( pagesBinary = flag.String("gitlab-pages-binary", "../../gitlab-pages", "Path to the gitlab-pages binary") daemonize = flag.Bool("daemonize", false, "run tests as daemon") - httpPort = "36000" + httpPort = "0" httpsPort = "37000" httpProxyPort = "38000" httpProxyV2Port = "39000" -- cgit v1.2.3