Skip failing test for now

This test fails randomly on VMs, there's an issue to fix this so
skipping it for now
This commit is contained in:
Mariano Cano 2022-05-19 18:51:51 -07:00
parent dd985ce154
commit 1ad75a3bdb

View file

@ -370,6 +370,7 @@ func TestBootstrapClient(t *testing.T) {
} }
func TestBootstrapClientServerRotation(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) reset := setMinCertDuration(1 * time.Second)
defer reset() defer reset()