From: Kurund Jalmi Date: Tue, 13 Oct 2015 16:44:15 +0000 (+0100) Subject: skip this report for stats testing: CRM-16719 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cb5aba814fb298711e1c8f5a135ba8a19958f725;p=civicrm-core.git skip this report for stats testing: CRM-16719 --- diff --git a/tests/phpunit/api/v3/ReportTemplateTest.php b/tests/phpunit/api/v3/ReportTemplateTest.php index 662796bffb..14f8b56106 100644 --- a/tests/phpunit/api/v3/ReportTemplateTest.php +++ b/tests/phpunit/api/v3/ReportTemplateTest.php @@ -197,6 +197,7 @@ class api_v3_ReportTemplateTest extends CiviUnitTestCase { 'logging/contribute/detail' => '(likely to be test related) probably logging off DB Error: no such table', 'survey/detail' => '(likely to be test related) Undefined index: CiviCampaign civicrm CRM/Core/Component.php(196)', 'contribute/history' => 'Declaration of CRM_Report_Form_Contribute_History::buildRows() should be compatible with CRM_Report_Form::buildRows($sql, &$rows)', + 'activitySummary' => 'We use temp tables for the main query generation and name are dynamic. These names are not available in stats() when called directly.', ); $reports = civicrm_api3('report_template', 'get', array('return' => 'value', 'options' => array('limit' => 500)));