diff --git a/tests/feeds_mapper_file.test b/tests/feeds_mapper_file.test
index 15d3f558164f93462a19dba51b5a29aa45e2cd27..fdfd0a6c3c513edaf4ccadd8b1b61b748da1cd17 100644
--- a/tests/feeds_mapper_file.test
+++ b/tests/feeds_mapper_file.test
@@ -30,7 +30,6 @@ class FeedsMapperFileTestCase extends FeedsMapperTestCase {
     // site before running the test, it will work fine. Since it is truly screwy, lets just
     // force it to use drupal_http_request for this test case.
     variable_set('feeds_never_use_curl', TRUE);
-    variable_set('clean_url', TRUE);
 
     // Only download simplepie if the plugin doesn't already exist somewhere.
     // People running tests locally might have it.