Skip to content

Commit

Permalink
integration: disable NTP in acme
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Svensson <[email protected]>
  • Loading branch information
bluecmd committed Apr 8, 2019
1 parent 5d4bc43 commit 3811694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/testcmd/acme/uinit/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func uinit() error {

c := config.DefaultConfig
c.RoughtimeServers = []ttime.RoughtimeServer{rt.Config}
c.NtpServers = []ttime.NtpServer{}
log.Printf("Roughtime server: %v", rt.Config)
c.Acme.APICA = ca.APICA
log.Printf("API CA: %v", ca.APICA)
Expand Down

0 comments on commit 3811694

Please sign in to comment.