aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-11-30 15:51:26 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-12-07 17:10:55 -0800
commit25ef5c8fad43124959d5d8d7586d5bd61dbb1194 (patch)
treeacf5ac939ef3cd340d82235a9bf651cc127965e7 /src
parentae873a60f50639fc2eeb7147ed20477a8f242707 (diff)
Unskip cygrpc tests
Diffstat (limited to 'src')
-rw-r--r--src/python/grpcio/tests/unit/_cython/cygrpc_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/grpcio/tests/unit/_cython/cygrpc_test.py b/src/python/grpcio/tests/unit/_cython/cygrpc_test.py
index 84ee5c9eb5..13ecae817c 100644
--- a/src/python/grpcio/tests/unit/_cython/cygrpc_test.py
+++ b/src/python/grpcio/tests/unit/_cython/cygrpc_test.py
@@ -89,7 +89,6 @@ class TypeSmokeTest(unittest.TestCase):
channel = cygrpc.Channel('[::]:0', cygrpc.ChannelArgs([]))
del channel
- @unittest.skip('TODO(atash): undo skip after #2229 is merged')
def testServerStartNoExplicitShutdown(self):
server = cygrpc.Server()
completion_queue = cygrpc.CompletionQueue()
@@ -99,7 +98,6 @@ class TypeSmokeTest(unittest.TestCase):
server.start()
del server
- @unittest.skip('TODO(atash): undo skip after #2229 is merged')
def testServerStartShutdown(self):
completion_queue = cygrpc.CompletionQueue()
server = cygrpc.Server()