Skip to content

Commit 15375b7

Browse files
committed
[FAB-3316] Disable brittle test- TestCloesConn
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 <[email protected]>
1 parent 42bfa2e commit 15375b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gossip/comm/comm_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ func TestGetConnectionInfo(t *testing.T) {
296296
}
297297

298298
func TestCloseConn(t *testing.T) {
299+
t.Skip()
299300
t.Parallel()
300301
comm1, _ := newCommInstance(1611, naiveSec)
301302
defer comm1.Stop()

0 commit comments

Comments
 (0)