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/acme_test.go')
-rw-r--r--test/acceptance/acme_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/acceptance/acme_test.go b/test/acceptance/acme_test.go
index c7a33796..af69ff12 100644
--- a/test/acceptance/acme_test.go
+++ b/test/acceptance/acme_test.go
@@ -15,8 +15,6 @@ const (
)
func TestAcmeChallengesWhenItIsNotConfigured(t *testing.T) {
- skipUnlessEnabled(t)
-
RunPagesProcessWithStubGitLabServer(t,
withListeners([]ListenSpec{httpListener}),
)
@@ -55,8 +53,6 @@ func TestAcmeChallengesWhenItIsNotConfigured(t *testing.T) {
}
func TestAcmeChallengesWhenItIsConfigured(t *testing.T) {
- skipUnlessEnabled(t)
-
RunPagesProcessWithStubGitLabServer(t,
withListeners([]ListenSpec{httpListener}),
withExtraArgument("gitlab-server", "https://gitlab-acme.com"),