diff --git a/cake/tests/cases/console/console_output.test.php b/cake/tests/cases/console/console_output.test.php
index 52db53f83..c4729cec5 100644
--- a/cake/tests/cases/console/console_output.test.php
+++ b/cake/tests/cases/console/console_output.test.php
@@ -200,12 +200,4 @@ class ConsoleOutputTest extends CakeTestCase {
$this->output->write('Bad Warning Regular', false);
}
-/**
- * test wrapping blocks at certain widths.
- *
- * @return void
- */
- function testFormatBlock() {
- $this->markTestIncomplete('This test needs to be written.');
- }
}
\ No newline at end of file