diff --git a/tests/phpunit/tests/canonical/https.php b/tests/phpunit/tests/canonical/https.php index 2d354f6040..84a85f6577 100644 --- a/tests/phpunit/tests/canonical/https.php +++ b/tests/phpunit/tests/canonical/https.php @@ -41,21 +41,6 @@ class Tests_Canonical_HTTPS extends Tests_Canonical { } - /** - * @ticket 27954 - */ - public function test_http_request_with_https_home() { - - add_filter( 'home_url', array( $this, 'set_https' ) ); - - $redirect = redirect_canonical( $this->http, false ); - - $this->assertEquals( $redirect, $this->https ); - - remove_filter( 'home_url', array( $this, 'set_https' ) ); - - } - /** * @ticket 27954 */