diff --git a/ca/bootstrap_test.go b/ca/bootstrap_test.go index 9aaa5f1f..9eb3b2ea 100644 --- a/ca/bootstrap_test.go +++ b/ca/bootstrap_test.go @@ -370,6 +370,7 @@ func TestBootstrapClient(t *testing.T) { } func TestBootstrapClientServerRotation(t *testing.T) { + t.Skipf("skip until we fix https://github.com/smallstep/certificates/issues/873") reset := setMinCertDuration(1 * time.Second) defer reset()