Skip to content
Snippets Groups Projects
Commit 84401116 authored by Ken Payson's avatar Ken Payson
Browse files

Skip exit_test until flake is fixed

parent 7a70bb54
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ def wait(process): ...@@ -84,6 +84,7 @@ def wait(process):
process.wait() process.wait()
@unittest.skip('https://github.com/grpc/grpc/issues/7311')
class ExitTest(unittest.TestCase): class ExitTest(unittest.TestCase):
def test_unstarted_server(self): def test_unstarted_server(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment