From 84401116a81398fa85f420543fdd2db82a11dfc7 Mon Sep 17 00:00:00 2001 From: Ken Payson Date: Wed, 13 Jul 2016 16:56:35 -0700 Subject: [PATCH] Skip exit_test until flake is fixed --- src/python/grpcio_tests/tests/unit/_exit_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/grpcio_tests/tests/unit/_exit_test.py b/src/python/grpcio_tests/tests/unit/_exit_test.py index b0d6af73e58..5a4a32887c3 100644 --- a/src/python/grpcio_tests/tests/unit/_exit_test.py +++ b/src/python/grpcio_tests/tests/unit/_exit_test.py @@ -84,6 +84,7 @@ def wait(process): process.wait() +@unittest.skip('https://github.com/grpc/grpc/issues/7311') class ExitTest(unittest.TestCase): def test_unstarted_server(self):