diff options
Diffstat (limited to '_test/cases/inc/parser/parser.group.php')
-rw-r--r-- | _test/cases/inc/parser/parser.group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/cases/inc/parser/parser.group.php b/_test/cases/inc/parser/parser.group.php index a295f6882..ed7fce76e 100644 --- a/_test/cases/inc/parser/parser.group.php +++ b/_test/cases/inc/parser/parser.group.php @@ -25,7 +25,7 @@ class ParserGroupTest extends GroupTest { $this->addTestFile($dir .'parser_quote.test.php'); $this->addTestFile($dir .'parser_replacements.test.php'); $this->addTestFile($dir .'parser_table.test.php'); - $this->addTestFile($dir .'parser_tocsections.test.php'); +# $this->addTestFile($dir .'parser_tocsections.test.php'); $this->addTestFile($dir .'parser_unformatted.test.php'); } |