summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/simpletest.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module
index e734fe1da..e6f422c53 100644
--- a/modules/simpletest/simpletest.module
+++ b/modules/simpletest/simpletest.module
@@ -124,7 +124,6 @@ function _simpletest_format_summary_line($summary) {
* drupal being the default.
*/
function simpletest_run_tests($test_list, $reporter = 'drupal') {
- cache_clear_all();
$test_id = db_insert('simpletest_test_id')
->useDefaults(array('test_id'))
->execute();