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:
authorJaime Martinez <jmartinez@gitlab.com>2021-07-15 06:44:13 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-07-15 06:51:41 +0300
commitec465142275e62f2251bc6e27c500714d92e7ec2 (patch)
tree92340c0a07b3b539b9e7728cd65be280168a3f56 /test/acceptance/acme_test.go
parentf2d82a471b1bfd083a3f7eedc5be9fb95ebcc761 (diff)
Remove skipUnlessEnabled(t) from tests
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"),