diff --git a/tests/feeds_scheduler.test b/tests/feeds_scheduler.test
index a9426fcee8fd2164adf9f36a2d6e03ce1d7c3e27..f007eb5ebbc73bd2866e14a344c01d69f680d304 100644
--- a/tests/feeds_scheduler.test
+++ b/tests/feeds_scheduler.test
@@ -165,9 +165,6 @@ class FeedsSchedulerTestCase extends FeedsWebTestCase {
     // There should be 200 story nodes in the database.
     $count = db_result(db_query("SELECT COUNT(*) FROM {node} WHERE type = 'story' AND status = 1"));
     $this->assertEqual($count, 200, 'The total of 200 story nodes has not changed.');
-
-    // @todo Use debug time feature in FeedsScheduler and test behavior in future.
-    // @todo How do I call an API function on the test system from the test script?
   }
 
   /**