Skip to content

Commit 26d71e0

Browse files
committed
[FAB-4537] Disable test causing ocassional CI failure
This changeset skips unconditionally the test that seems to be causing the occasional panic in CI. This does not *fix* FAB-4537; a subsequent changeset will rewrite the test so that it works w/o side-effects. Thanks to Luis Sanchez for debugging this. Change-Id: Ib440192b34d8a337dc4335342a4ecc6ddb0e81bb Signed-off-by: Kostas Christidis <[email protected]>
1 parent 04ff59b commit 26d71e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orderer/kafka/chain_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ func TestChain(t *testing.T) {
231231
})
232232

233233
t.Run("EnqueueProper", func(t *testing.T) {
234+
t.Skip("Skipping test until FAB-4537 is resolved")
235+
234236
chain, _ := newChain(mockConsenter, mockSupport, newestOffset-1)
235237

236238
mockBroker.SetHandlerByMap(map[string]sarama.MockResponse{

0 commit comments

Comments
 (0)