Skip to content

Commit 7fb0f1f

Browse files
author
Jason Yellick
committed
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 <[email protected]>
1 parent 85f7b01 commit 7fb0f1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

consensus/simplebft/simplebft_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,8 @@ func TestRestartAfterCommit(t *testing.T) {
503503
}
504504

505505
func TestRestartAfterCheckpoint(t *testing.T) {
506+
// TODO re-enable this test after https://jira.hyperledger.org/browse/FAB-624 has been resolved
507+
t.Skip()
506508
N := uint64(4)
507509
sys := newTestSystem(N)
508510
var repls []*SBFT

0 commit comments

Comments
 (0)