Skip to content

Commit 3811694

Browse files
committed
integration: disable NTP in acme
Signed-off-by: Christian Svensson <bluecmd@google.com>
1 parent 5d4bc43 commit 3811694

File tree

1 file changed

+1
-0
lines changed
  • integration/testcmd/acme/uinit

1 file changed

+1
-0
lines changed

integration/testcmd/acme/uinit/test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func uinit() error {
2929

3030
c := config.DefaultConfig
3131
c.RoughtimeServers = []ttime.RoughtimeServer{rt.Config}
32+
c.NtpServers = []ttime.NtpServer{}
3233
log.Printf("Roughtime server: %v", rt.Config)
3334
c.Acme.APICA = ca.APICA
3435
log.Printf("API CA: %v", ca.APICA)

0 commit comments

Comments
 (0)