Merge pull request #7383 from kpayson64/skip_exit_test

Skip exit_test until flake is fixed
pull/7333/merge
kpayson64 9 years ago committed by GitHub
commit bda40a0301
  1. 1
      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):

Loading…
Cancel
Save