Merge "Mark tests as passing again"

This commit is contained in:
Zuul 2019-05-02 17:59:45 +00:00 committed by Gerrit Code Review
commit 981b8d0237
1 changed files with 0 additions and 5 deletions

View File

@ -160,11 +160,6 @@ class FlaskrTestCase(unittest.TestCase):
b"server."
b"</faultstring><debuginfo /></error>")
# NOTE(cdent): For reasons unclear, 'r' here has no value on data
# even though it does earlier in the stack. If works with Werkzeug
# <0.14.0 but not after. As WSME does not have test-requirement, nor
# pinning, so not a lot to do here.
@unittest.expectedFailure
def test_custom_non_http_clientside_error(self):
r = self.app.get(
'/models/test/custom-error',