From 7fb0f1fafc7f3d0268f1df853ecc3dbed8458b6c Mon Sep 17 00:00:00 2001 From: Jason Yellick Date: Wed, 19 Oct 2016 16:37:29 -0400 Subject: [PATCH] Disable TestRestartAfterCheckpoint Test The TestRestartAfterCheckpoint test exhibits intermittent failures which is causing problems in CI and erroneously flagging builds as failed which should otherwise pass. This changeset disables that test until a more permanent solution can be found. This is related to, (though does not resolve) JIRA issue: https://jira.hyperledger.org/browse/FAB-624 Change-Id: Ic583758130218104f78b6b5bcc439dcfbc6339df Signed-off-by: Jason Yellick --- consensus/simplebft/simplebft_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consensus/simplebft/simplebft_test.go b/consensus/simplebft/simplebft_test.go index c509f54327d..b31418fc93e 100644 --- a/consensus/simplebft/simplebft_test.go +++ b/consensus/simplebft/simplebft_test.go @@ -503,6 +503,8 @@ func TestRestartAfterCommit(t *testing.T) { } func TestRestartAfterCheckpoint(t *testing.T) { + // TODO re-enable this test after https://jira.hyperledger.org/browse/FAB-624 has been resolved + t.Skip() N := uint64(4) sys := newTestSystem(N) var repls []*SBFT