Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #331 from jetstack/skip-test
Browse files Browse the repository at this point in the history
Skip acme e2e test due to LE staging downtime
  • Loading branch information
munnerz committed May 10, 2018
2 parents b77e3f2 + 3cfe17c commit 4eb6cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/acme/acme_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
)

func TestAcme_E2E(t *testing.T) {
t.Skip("Temporarily skipping due to Let's Encrypt staging outage")
logrus.SetLevel(logrus.DebugLevel)
log := logrus.WithField("context", "test-mock")

Expand Down

0 comments on commit 4eb6cd0

Please sign in to comment.