Skip to content

Commit

Permalink
[FAB-4537] Disable test causing ocassional CI failure
Browse files Browse the repository at this point in the history
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 <kostas@christidis.io>
  • Loading branch information
kchristidis committed Jun 16, 2017
1 parent 04ff59b commit 26d71e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orderer/kafka/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ func TestChain(t *testing.T) {
})

t.Run("EnqueueProper", func(t *testing.T) {
t.Skip("Skipping test until FAB-4537 is resolved")

chain, _ := newChain(mockConsenter, mockSupport, newestOffset-1)

mockBroker.SetHandlerByMap(map[string]sarama.MockResponse{
Expand Down

0 comments on commit 26d71e0

Please sign in to comment.