diff options
author | Ken Payson <kpayson@google.com> | 2016-07-13 16:56:35 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2016-07-13 16:56:35 -0700 |
commit | 84401116a81398fa85f420543fdd2db82a11dfc7 (patch) | |
tree | da4849e60f1373d5354e2836e9eadef52b81bc82 /src/python/grpcio_tests/tests/unit | |
parent | 7a70bb5486c199fb32742b2f1617e8206846cf65 (diff) |
Skip exit_test until flake is fixed
Diffstat (limited to 'src/python/grpcio_tests/tests/unit')
-rw-r--r-- | src/python/grpcio_tests/tests/unit/_exit_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_exit_test.py b/src/python/grpcio_tests/tests/unit/_exit_test.py index b0d6af73e5..5a4a32887c 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): |