skip this report for stats testing: CRM-16719
authorKurund Jalmi <kurund@yahoo.com>
Tue, 13 Oct 2015 16:44:15 +0000 (17:44 +0100)
committerKurund Jalmi <kurund@yahoo.com>
Tue, 13 Oct 2015 16:44:15 +0000 (17:44 +0100)
tests/phpunit/api/v3/ReportTemplateTest.php

index 662796bffb1c636440acc7eb0dd7e3eb46cfc3a5..14f8b56106d05f1014bc17893ead04d64c5e8954 100644 (file)
@@ -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)));