Skip to content

Commit

Permalink
[FAB-4503] Disable brittle tests - deliveryService
Browse files Browse the repository at this point in the history
1) Disable TestCloseWhileRecv as it sometimes times out
2) TestDisconnect - This test was merged today but it
   seems like it sometimes fails. Disabling for now, to investigate offline

Change-Id: I8e1b38b851d93512d2ea1c7925e5dc518987e76b
Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
  • Loading branch information
yacovm committed Jun 9, 2017
1 parent 6188bbb commit 89f2092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/deliverservice/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ func testGreenPath(t *testing.T, bdc blocksDelivererConsumer) {
}

func TestCloseWhileRecv(t *testing.T) {
t.Skip()
// Scenario: Recv is being called and after a while,
// the connection is closed.
// The Recv should return immediately in such a case
Expand Down Expand Up @@ -599,6 +600,7 @@ func TestProductionUsage(t *testing.T) {
}

func TestDisconnect(t *testing.T) {
t.Skip()
// Scenario: spawn 2 ordering service instances
// and a client.
// Have the client try to Recv() from one of them,
Expand Down

0 comments on commit 89f2092

Please sign in to comment.