1 --- webob-1.8.9/tests/test_compat.py.orig
2 +++ webob-1.8.9/tests/test_compat.py
5 class Test_cgi_FieldStorage_Py3_tests(object):
7 + @pytest.mark.skip(reason="always fails: https://github.com/Pylons/webob/issues/446")
8 def test_fieldstorage_not_multipart(self):
9 from webob.compat import cgi_FieldStorage