aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-03-16 20:08:43 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-03-16 20:08:43 -0700
commitd8818484fd6bbff87540dc5d0f604c72933c2853 (patch)
treee87747729a6d252063b75067b4a4543ef1697e8f
parent18c7a366dad3ffbb7a0b450919e6f24438018ad7 (diff)
parent9ef929d78d33697d8a9d47170f78b9cb8d9c1594 (diff)
Merge pull request #1061 from nathanielmanistaatgoogle/reenable-test
Reenable a disabled test method
-rw-r--r--src/python/src/grpc/_adapter/_lonely_rear_link_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/src/grpc/_adapter/_lonely_rear_link_test.py b/src/python/src/grpc/_adapter/_lonely_rear_link_test.py
index 29c95d1d0a..ead0b9eb38 100644
--- a/src/python/src/grpc/_adapter/_lonely_rear_link_test.py
+++ b/src/python/src/grpc/_adapter/_lonely_rear_link_test.py
@@ -88,7 +88,6 @@ class LonelyRearLinkTest(unittest.TestCase):
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)