Skip to content

Commit

Permalink
Merge pull request grpc#7383 from kpayson64/skip_exit_test
Browse files Browse the repository at this point in the history
Skip exit_test until flake is fixed
  • Loading branch information
kpayson64 authored Jul 14, 2016
2 parents 741cd45 + 8440111 commit bda40a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/grpcio_tests/tests/unit/_exit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bda40a0

Please sign in to comment.