diff --git a/tests/mollom.test b/tests/mollom.test
index 9efd2ca..ce76bf3 100644
--- a/tests/mollom.test
+++ b/tests/mollom.test
@@ -112,11 +112,6 @@ class MollomWebTestCase extends DrupalWebTestCase {
       parent::setUp($modules);
     }
 
-    // D7's new default theme Bartik is bogus in various locations, which leads
-    // to failing tests.
-    // @todo Remove this override.
-    variable_set('theme_default', 'garland');
-
     // If not explicitly disabled by a test, setup and validate testing keys.
     if (empty($this->disableDefaultSetup)) {
       $this->setKeys();
