From 9ef929d78d33697d8a9d47170f78b9cb8d9c1594 Mon Sep 17 00:00:00 2001
From: Nathaniel Manista <nathaniel@google.com>
Date: Tue, 17 Mar 2015 02:24:37 +0000
Subject: [PATCH] Reenable a disabled test method

---
 src/python/src/grpc/_adapter/_lonely_rear_link_test.py | 1 -
 1 file changed, 1 deletion(-)

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)
-- 
GitLab