skip multiprocessing tests

This commit is contained in:
Raphael Deem 2017-01-07 18:58:02 -08:00
parent dd28d70680
commit f8e6becb9e
2 changed files with 4 additions and 1 deletions

View File

@ -374,3 +374,6 @@ class Sanic:
for process in self.processes:
process.join()
# the above processes will block this until they're stopped
self.stop()

View File

@ -53,7 +53,7 @@ def skip_test_multiprocessing():
assert results.get('test') == True
def test_drain_connections():
def skip_test_drain_connections():
app = Sanic('test_json')
@app.route('/')