Add a skip for bug #1334368
Trust checking for 204 response is incorrect to support httpd based
deployment because mod_wsgi could translate a HEAD call to GET.
According to HTTP spec HEAD needs to respond with the same
response as GET.
This disables the trust check for HTTP 204 for
changeId: I13ce159cbe9739d4bf5d321fc4bd069245f32734
Once the changes to Icehouse and Juno (master) are accepted, this
can be modified to look for HTTP 200 and re-enabled.
Change-Id: I5e7d7dab2fc1432888bf8c691cae9f2109ac2fec
Partial-Bug: #1334368
1 file changed