diff --git a/rules_monitor_views/rules_monitor_views.test b/rules_monitor_views/rules_monitor_views.test
index fc016a0..5553c26 100644
--- a/rules_monitor_views/rules_monitor_views.test
+++ b/rules_monitor_views/rules_monitor_views.test
@@ -171,9 +171,7 @@ class rules_monitorViewsTestCase extends DrupalWebTestCase {
     $this->_mailsToDate();
     watchdog('rules_monitor_views test', 'about to run CRON, it should run', array());
     $this->cronRun();
-    // The following test will fail until http://drupal.org/node/1376552
-    // is fixed; it should be uncommented then.
-    // $this->assertMail('to', 'comment-moderator@example.com', 'Mail has been sent if a comment is present and more than a day has passed since the last processing.');
+    $this->assertMail('to', 'comment-moderator@example.com', 'Mail has been sent if a comment is present and more than a day has passed since the last processing.');
     $this->_mailsToDate();
     watchdog('rules_monitor_views test', 'just ran CRON, it should have run', array());
 
