Skip to content

Commit

Permalink
Merge pull request grpc#1061 from nathanielmanistaatgoogle/reenable-test
Browse files Browse the repository at this point in the history
Reenable a disabled test method
  • Loading branch information
soltanmm committed Mar 17, 2015
2 parents 18c7a36 + 9ef929d commit d881848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/src/grpc/_adapter/_lonely_rear_link_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def _perform_lonely_client_test_with_ticket_kind(
fore_link.tickets[-1].kind,
packets.BackToFrontPacket.Kind.COMPLETION)

@unittest.skip('TODO(nathaniel): This seems to have broken in the last few weeks; fix it.')
def testLonelyClientCommencementPacket(self):
self._perform_lonely_client_test_with_ticket_kind(
packets.FrontToBackPacket.Kind.COMMENCEMENT)
Expand Down

0 comments on commit d881848

Please sign in to comment.