Skip to content

Commit

Permalink
[FAB-3316] Disable brittle test- TestCloesConn
Browse files Browse the repository at this point in the history
Was introduced ~ 4 days ago and it seems that it is
too brittle for CI these days.

It fails because it sends a message via a gRPC stream
and expects the sending to return an error
because the stream was supposed to be closed,
but sometimes it isn't.

Disabling now and it will be revisited soon.

Change-Id: I3f6d6861b4b917bacff82ab95d25a9f1738837b1
Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
  • Loading branch information
yacovm committed Apr 21, 2017
1 parent 42bfa2e commit 15375b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossip/comm/comm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ func TestGetConnectionInfo(t *testing.T) {
}

func TestCloseConn(t *testing.T) {
t.Skip()
t.Parallel()
comm1, _ := newCommInstance(1611, naiveSec)
defer comm1.Stop()
Expand Down

0 comments on commit 15375b7

Please sign in to comment.