Make WordPress Core

Changeset 1337 in tests

Timestamp:
08/01/2013 07:09:59 PM (12 years ago)
Author:
nacin
Message:

Mark this test as skipped on 3.6, as it was fixed in 3.7. (Temporary fix.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6/tests/http/base.php

    r1335 r1337  
    134134     */
    135135    function test_location_header_on_201() {
     136        $this->markTestSkipped();
    136137        // Prints PASS on initial load, FAIL if the client follows the specified redirection
    137138        $res = wp_remote_request( $this->redirection_script . '?201-location=true' );
Note: See TracChangeset for help on using the changeset viewer.