Skip to content

Commit

Permalink
Reenable a disabled test method
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielmanistaatgoogle committed Mar 17, 2015
1 parent 758a0c2 commit 9ef929d
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 9ef929d

Please sign in to comment.