forked from TrueCloudLab/certificates
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:
parent
dd985ce154
commit
1ad75a3bdb
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue