From 1ad75a3bdb10c77de7d8dc671b5000d2c27ac563 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 19 May 2022 18:51:51 -0700 Subject: [PATCH] Skip failing test for now This test fails randomly on VMs, there's an issue to fix this so skipping it for now --- ca/bootstrap_test.go | 1 + 1 file changed, 1 insertion(+) 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()