diff --git a/test/mod_wsgi_test/mod_wsgi_test.wsgi b/test/mod_wsgi_test/mod_wsgi_test.wsgi index 80045bb4b..133055b59 100644 --- a/test/mod_wsgi_test/mod_wsgi_test.wsgi +++ b/test/mod_wsgi_test/mod_wsgi_test.wsgi @@ -49,8 +49,6 @@ except: def application(environ, start_response): - # Requests are part of the PYTHON-353 pathology. - client.start_request() results = list(collection.find().batch_size(10)) assert len(results) == ndocs output = 'python %s, mod_wsgi %s, pymongo %s' % (