diff options
author | kpayson64 <kpayson@google.com> | 2016-07-14 10:41:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 10:41:13 -0700 |
commit | bda40a0301de58305cebe025a885852686e4391a (patch) | |
tree | 75451240dbe5f587c6e77b045f7575f6809e333b /src/python | |
parent | 741cd45e93b15bdcb3e38109bd76d67dfc7853c6 (diff) | |
parent | 84401116a81398fa85f420543fdd2db82a11dfc7 (diff) |
Merge pull request #7383 from kpayson64/skip_exit_test
Skip exit_test until flake is fixed
Diffstat (limited to 'src/python')
-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): |