diff --git a/core/modules/path/path.test b/core/modules/path/path.test
index 0066071d0f40acde79cb1ab41246cb96de2c7b5f..a3f5820bb3e33158eb2690e6e24ce4ac68af4c49 100644
--- a/core/modules/path/path.test
+++ b/core/modules/path/path.test
@@ -542,9 +542,6 @@ class PathMonolingualTestCase extends PathTestCase {
     // Set language detection to URL.
     $edit = array('language_interface[enabled][language-url]' => TRUE);
     $this->drupalPost('admin/config/regional/language/detection', $edit, t('Save settings'));
-
-    // Force languages to be initialized.
-    drupal_language_initialize();
   }
 
   /**